aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
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