##// END OF EJS Templates
clang-format: configuration for the clang-format source formatter...
Augie Fackler -
r34799:e33381d9 default
parent child Browse files
Show More
@@ -0,0 +1,8 b''
1 BasedOnStyle: LLVM
2 IndentWidth: 8
3 UseTab: ForIndentation
4 BreakBeforeBraces: Linux
5 AllowShortIfStatementsOnASingleLine: false
6 IndentCaseLabels: false
7 AllowShortBlocksOnASingleLine: false
8 AllowShortFunctionsOnASingleLine: false
@@ -39,6 +39,7 b' Prevent adding new files in the root dir'
39
39
40 $ testrepohg files 'glob:*'
40 $ testrepohg files 'glob:*'
41 .arcconfig
41 .arcconfig
42 .clang-format
42 .editorconfig
43 .editorconfig
43 .hgignore
44 .hgignore
44 .hgsigs
45 .hgsigs
General Comments 0
You need to be logged in to leave comments. Login now