.clang-format
changeset 36224 d0a3fa849cb8
parent 34798 e33381d95930
equal deleted inserted replaced
36223:2e07dc514073 36224:d0a3fa849cb8
     4 BreakBeforeBraces: Linux
     4 BreakBeforeBraces: Linux
     5 AllowShortIfStatementsOnASingleLine: false
     5 AllowShortIfStatementsOnASingleLine: false
     6 IndentCaseLabels: false
     6 IndentCaseLabels: false
     7 AllowShortBlocksOnASingleLine: false
     7 AllowShortBlocksOnASingleLine: false
     8 AllowShortFunctionsOnASingleLine: false
     8 AllowShortFunctionsOnASingleLine: false
       
     9 IncludeCategories:
       
    10   - Regex:           '^<'
       
    11     Priority:        1
       
    12   - Regex:           '^"'
       
    13     Priority:        2