mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
11 lines
255 B
YAML
11 lines
255 B
YAML
BasedOnStyle: Google
|
|
ColumnLimit: 0
|
|
IndentWidth: 4
|
|
SortIncludes: Never
|
|
SpacesBeforeTrailingComments: 1
|
|
NamespaceIndentation: All
|
|
AccessModifierOffset: -4
|
|
SpaceAfterCStyleCast: true
|
|
SpaceAfterTemplateKeyword: false
|
|
SpaceBeforeRangeBasedForLoopColon: false
|