Format Unreal Engine AngelScript code using Clang-Format
Use Format Document (Default Shortcut: Shift + Alt + F) to format the current document.
Or Format Selection (Default Shortcut: Ctrl + K Ctrl + F) to format the currently selected code.
- Create a .clang-format file with your formatting preferences
- You can generate a starter file using the command:
Unreal AngelScript Clang-Format: Generate Config File
- You can generate a starter file using the command:
- Set unreal-angelscript-clang-format.style in VS Code to the path of your .clang-format file
If you encounter any issues, or have any feedback, please open an issue on the GitHub repository