mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-03 04:23:39 +00:00
18 lines
298 B
YAML
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 |