Format c++ code for Unreal Engine
-
Download .clang-format file
-
Copy and paste it to your project:
-
In visual studio press Ctrl+K,Ctrl+D format code
-
.clang-format is a mirror from Link
-
When have .clang-format file visual studio can override default coding style
-
Before vs after