An open API service indexing awesome lists of open source software.

https://github.com/hiram3512/clang-format_unrealengine

Format c++ code for Unreal Engine
https://github.com/hiram3512/clang-format_unrealengine

clang-format codingstyle cpp format ue4 ue5 unreal unreal-engine unrealengine

Last synced: 8 months ago
JSON representation

Format c++ code for Unreal Engine

Awesome Lists containing this project

README

          

# clang-format_UnrealEngine
Format c++ code for Unreal Engine

## How to use
- Download .clang-format file
- Copy and paste it to your project:

![screnshot](Others/iIN0lJBOsn.png)

- In visual studio press Ctrl+K,Ctrl+D format code

-----
### Details
- .clang-format is a mirror from [Link](https://gist.github.com/intinig/9bba3a3faee80250b781bf916a4ab8b7)

- When have .clang-format file visual studio can override default coding style

![screnshot](Others/TBgCDPlWt1.png)

- Before vs after

![screnshot](Others/EoArU3kFDu.png)

![screnshot](Others/Bcnlj2QCGg.png)