11 lines
247 B
YAML
Executable File
11 lines
247 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
|
|
ColumnLimit: 120
|