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
- Host: GitHub
- URL: https://github.com/hiram3512/clang-format_unrealengine
- Owner: hiram3512
- Created: 2022-08-03T02:34:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T03:10:56.000Z (over 3 years ago)
- Last Synced: 2025-04-19T19:04:53.881Z (9 months ago)
- Topics: clang-format, codingstyle, cpp, format, ue4, ue5, unreal, unreal-engine, unrealengine
- Homepage:
- Size: 55.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

- 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

- Before vs after

