]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - .clang-format
[CSM] Allow enabling and disabling mods. (#5554)
[dragonfireclient.git] / .clang-format
index 05a6b3385725603a0508671f4405cb2a8687d6b2..d2e2f2940f1a1bdce76b4eafd7c05b3f1e65b065 100644 (file)
@@ -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