mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-16 20:17:07 +03: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
|