diff options
author | ThomasintAnker <thomasintanker1@gmail.com> | 2024-06-18 16:10:04 +0200 |
---|---|---|
committer | ThomasintAnker <thomasintanker1@gmail.com> | 2024-06-18 16:10:04 +0200 |
commit | 245fde65808ce902064ab438296f04f691d007e7 (patch) | |
tree | 52eab63167495d4da55bb4ec3a8f535fffdc1273 /.clang-format | |
parent | a3ecfc2a6e6ace7bcb7666afc37ff97f9ce401b4 (diff) |
Added clang formatting
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..3266955 --- /dev/null +++ b/.clang-format @@ -0,0 +1,19 @@ +--- +AccessModifierOffset: -4 +AlignConsecutiveAssignments: true +AllowShortIfStatementsOnASingleLine: AllIfsAndElse +AllowShortLoopsOnASingleLine: true +BasedOnStyle: LLVM +BreakBeforeBraces: Attach +ColumnLimit: 180 +EmptyLineBeforeAccessModifier: Always +IndentAccessModifiers: false +IndentCaseLabels: true +IndentWidth: 4 +Language: Cpp +Standard: Cpp11 +TabWidth: 4 +UseTab: Always +... + +# vim: ft=yaml
\ No newline at end of file |