summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format3
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 05a6b3385..d2e2f2940 100644
--- a/.clang-format
+++ b/.clang-format
@@ -2,6 +2,7 @@ BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Custom
+Standard: Cpp03
BraceWrapping:
AfterClass: true
AfterControlStatement: false
@@ -16,6 +17,8 @@ AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AccessModifierOffset: -8
ColumnLimit: 90
+AllowShortFunctionsOnASingleLine: Inline
+SortIncludes: false
IncludeCategories:
- Regex: '^".*'
Priority: 2