10 lines
230 B
YAML
Executable File
10 lines
230 B
YAML
Executable File
#http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: ForContinuationAndIndentation
|
|
MaxEmptyLinesToKeep: 1
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
BreakBeforeBraces: Linux
|