aboutsummaryrefslogtreecommitdiff
path: root/depends/groupview/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'depends/groupview/.clang-format')
-rw-r--r--depends/groupview/.clang-format24
1 files changed, 0 insertions, 24 deletions
diff --git a/depends/groupview/.clang-format b/depends/groupview/.clang-format
deleted file mode 100644
index 167a8fa7..00000000
--- a/depends/groupview/.clang-format
+++ /dev/null
@@ -1,24 +0,0 @@
-UseTab: true
-IndentWidth: 4
-TabWidth: 4
-ConstructorInitializerIndentWidth: 4
-AccessModifierOffset: -4
-IndentCaseLabels: false
-IndentFunctionDeclarationAfterType: false
-NamespaceIndentation: None
-
-BreakBeforeBraces: Allman
-AllowShortIfStatementsOnASingleLine: false
-ColumnLimit: 96
-MaxEmptyLinesToKeep: 1
-
-Standard: Cpp11
-Cpp11BracedListStyle: true
-
-SpacesInParentheses: false
-SpaceInEmptyParentheses: false
-SpacesInCStyleCastParentheses: false
-SpaceAfterControlStatementKeyword: true
-
-AlignTrailingComments: true
-SpacesBeforeTrailingComments: 1