aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-06-16 15:33:47 +0200
committerBad Diode <bd@badd10de.dev>2024-06-16 15:33:47 +0200
commite9e051992c86f10fbc6c131415bb5776147884c6 (patch)
tree54c1764dd85eed1a52042782c69458c0c0c47a17 /.clang-format
parent2e7f414c65d89ebe52570b0b0fb9b7ff2585bf96 (diff)
downloadbdl-e9e051992c86f10fbc6c131415bb5776147884c6.tar.gz
bdl-e9e051992c86f10fbc6c131415bb5776147884c6.zip
Update clang-format and cland options
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 8e3520e..b77b165 100644
--- a/.clang-format
+++ b/.clang-format
@@ -2,5 +2,6 @@ BasedOnStyle: Chromium
2IndentWidth: 4 2IndentWidth: 4
3BreakBeforeBraces: Attach 3BreakBeforeBraces: Attach
4AllowShortIfStatementsOnASingleLine: Always 4AllowShortIfStatementsOnASingleLine: Always
5AllowShortCaseLabelsOnASingleLine: true
5AlwaysBreakAfterDefinitionReturnType: All 6AlwaysBreakAfterDefinitionReturnType: All
6PointerAlignment: Right 7PointerAlignment: Right