Files
.github
deps
src
tools
.clang-format
.gitignore
.gitmodules
LICENSE
README.md
generate.bat
premake5.lua
MW3ServerFreezer/.clang-format
2022-03-22 23:41:36 +00:00

13 lines
204 B
YAML

---
Language: Cpp
BasedOnStyle: LLVM
DerivePointerAlignment: false
PointerAlignment: Left
SortIncludes: false
# Regroup causes unnecessary noise due to clang-format bug.
IncludeBlocks: Preserve
---