##// END OF EJS Templates
merge with i18n
merge with i18n

File last commit:

r34799:e33381d9 default
r35836:d334afc5 merge 4.5 stable
Show More
.clang-format
8 lines | 226 B | text/plain | TextLexer
Augie Fackler
clang-format: configuration for the clang-format source formatter...
r34799 BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false