Browse Source

clang-format: single-line functions and if guards

pull/6914/head
Gleb Mazovetskiy 2 years ago
parent
commit
f6c5e9db12
  1. 3
      Source/.clang-format
  2. 3
      test/.clang-format

3
Source/.clang-format

@ -1,7 +1,8 @@
BasedOnStyle: webkit
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: true
AllowShortFunctionsOnASingleLine: None
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: WithoutElse
PointerAlignment: Right
TabWidth: 4
UseTab: ForIndentation

3
test/.clang-format

@ -1,7 +1,8 @@
BasedOnStyle: webkit
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: true
AllowShortFunctionsOnASingleLine: None
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: WithoutElse
PointerAlignment: Right
TabWidth: 4
UseTab: ForIndentation

Loading…
Cancel
Save