diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-04-25 13:45:01 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-04-25 13:45:01 +0200 |
commit | 64df55e0b65d74e37987333a33a53ae98378bed2 (patch) | |
tree | d1f3c7b7b1820688fe820a9a0e868c5fe7dbbf52 /.clang-format | |
parent | 559736432356e2bb4ce805e60c32353a5582a568 (diff) |
code style update + make format works now
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index ee35ba8..03e38c9 100644 --- a/.clang-format +++ b/.clang-format @@ -1,7 +1,7 @@ --- AccessModifierOffset: 0 BasedOnStyle: LLVM -BreakBeforeBraces: Linux +BreakBeforeBraces: Attach ColumnLimit: 100 IndentWidth: '4' Language: Cpp |