ShaderConductor/.clang-format

18 строки
431 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

2018-11-08 10:24:30 +03:00
AccessModifierOffset: -4
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakTemplateDeclarations: true
BreakBeforeBraces: Allman
ColumnLimit: 140
Cpp11BracedListStyle: true
2018-11-08 10:24:30 +03:00
IndentWidth: 4
Language: Cpp
2018-11-18 02:03:08 +03:00
MaxEmptyLinesToKeep: 2
2018-11-08 10:24:30 +03:00
NamespaceIndentation: All
PointerAlignment: Left
SpaceBeforeParens: ControlStatements
Standard: Cpp11
TabWidth: 4
UseTab: Never