diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-05-29 15:59:38 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-05-29 15:59:38 +0200 |
commit | ce8e9ba530e1c43342b21dcf300096b67ca9a8ea (patch) | |
tree | 322c4de4bd0fff1cc0628c75a110e5ea08530854 /src/development/c++/.clang-format | |
parent | 08f554df4ee9a68a0e4694ba9930561ecc196ecd (diff) | |
download | notes-ce8e9ba530e1c43342b21dcf300096b67ca9a8ea.tar.gz notes-ce8e9ba530e1c43342b21dcf300096b67ca9a8ea.zip |
c++: change clang-fmt
Diffstat (limited to 'src/development/c++/.clang-format')
-rw-r--r-- | src/development/c++/.clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/development/c++/.clang-format b/src/development/c++/.clang-format index 3cfb373..1b5900c 100644 --- a/src/development/c++/.clang-format +++ b/src/development/c++/.clang-format @@ -18,7 +18,7 @@ AllowAllConstructorInitializersOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false -AllowShortFunctionsOnASingleLine: Inline +AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: Never AllowShortLambdasOnASingleLine: All AllowShortLoopsOnASingleLine: false |