aboutsummaryrefslogtreecommitdiff
path: root/compute_kernel_writer/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'compute_kernel_writer/.clang-format')
-rw-r--r--compute_kernel_writer/.clang-format47
1 files changed, 0 insertions, 47 deletions
diff --git a/compute_kernel_writer/.clang-format b/compute_kernel_writer/.clang-format
deleted file mode 100644
index b2b21d75f3..0000000000
--- a/compute_kernel_writer/.clang-format
+++ /dev/null
@@ -1,47 +0,0 @@
----
-Language: Cpp
-AccessModifierOffset: -4
-AlignAfterOpenBracket: Align
-AlignConsecutiveAssignments: true
-AlignConsecutiveDeclarations: true
-AlignEscapedNewlinesLeft: true
-AlignTrailingComments: true
-AllowShortBlocksOnASingleLine: false
-AllowShortCaseLabelsOnASingleLine: false
-AllowShortFunctionsOnASingleLine: None
-AllowShortIfStatementsOnASingleLine: false
-AllowShortLoopsOnASingleLine: false
-AlwaysBreakAfterDefinitionReturnType: None
-AlwaysBreakAfterReturnType: None
-AlwaysBreakBeforeMultilineStrings: true
-AlwaysBreakTemplateDeclarations: true
-BreakBeforeBinaryOperators: NonAssignment
-BreakBeforeBraces: Allman
-BreakBeforeTernaryOperators: false
-BreakConstructorInitializersBeforeComma: false
-ConstructorInitializerAllOnOneLineOrOnePerLine: true
-Cpp11BracedListStyle: false
-DerivePointerAlignment: false
-IndentCaseLabels: true
-IndentWidth: 4
-IndentWrappedFunctionNames: false
-KeepEmptyLinesAtTheStartOfBlocks: false
-MaxEmptyLinesToKeep: 1
-NamespaceIndentation: None
-PointerAlignment: Right
-SortIncludes: true
-SpaceAfterCStyleCast: false
-SpaceBeforeAssignmentOperators: true
-SpaceBeforeParens: Never
-SpaceInEmptyParentheses: false
-SpacesInAngles: false
-SpacesInCStyleCastParentheses: false
-SpacesInParentheses: false
-SpacesInSquareBrackets: false
-Standard: c++14
-TabWidth: 4
-UseTab: Never
-ReflowComments: false
-ContinuationIndentWidth: 4
-ColumnLimit: 0
----