LiteLoaderBDS-1.16.40/Tools/ScriptX/.clang-format
2023-03-03 10:18:21 -08:00

18 lines
298 B
YAML

# this is the tencent cpp format style
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 100
# Only sort headers in each include block
SortIncludes: true
IncludeBlocks: Preserve
---
Language: ObjC
BasedOnStyle: Google
ColumnLimit: 100
---
Language: JavaScript
BasedOnStyle: Google
ColumnLimit: 100