diff options
| author | NRK <nrk@disroot.org> | 2023-02-10 11:51:53 +0600 |
|---|---|---|
| committer | NRK <nrk@disroot.org> | 2023-03-11 18:37:08 +0600 |
| commit | 157646f54cd010c8c884998319954006260f960e (patch) | |
| tree | 1cd91dbbd707179084044b1e0a96225258aa73d9 /.clang-format | |
| parent | f2f4903de4bd3ce06c03dd66f0c9a7dda97a3550 (diff) | |
etc changes related to code-style docs
* Add a "Code Style" section in CONTRIBUTING
* Move .clang-format to etc/
* Add a short comment on clang-format and editorconfig file
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 18bcf9c..0000000 --- a/.clang-format +++ /dev/null @@ -1,79 +0,0 @@ ---- - -Standard: c++03 - -ColumnLimit: 0 - -AccessModifierOffset: -8 -ConstructorInitializerIndentWidth: 8 -ContinuationIndentWidth: 8 -IndentCaseLabels: false -IndentGotoLabels: false -IndentPPDirectives: None -IndentWidth: 8 -IndentWrappedFunctionNames: false -NamespaceIndentation: None -TabWidth: 8 -UseTab: AlignWithSpaces - -AlignAfterOpenBracket: true -AlignConsecutiveAssignments: false -AlignConsecutiveDeclarations: false -AlignEscapedNewlines: false -AlignOperands: true -AlignTrailingComments: false -DerivePointerAlignment: true -PointerAlignment: true - -AllowAllParametersOfDeclarationOnNextLine: false -AllowShortBlocksOnASingleLine: true -AllowShortCaseLabelsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortIfStatementsOnASingleLine: false -AllowShortLoopsOnASingleLine: false - -AlwaysBreakAfterDefinitionReturnType: None -AlwaysBreakAfterReturnType: None -AlwaysBreakBeforeMultilineStrings: false -AlwaysBreakTemplateDeclarations: false - -BinPackArguments: true -BinPackParameters: true - -BreakBeforeBraces: Custom -BraceWrapping: - AfterControlStatement: MultiLine - AfterEnum: false - AfterExternBlock: false - AfterFunction: true - AfterStruct: false - AfterUnion: false - BeforeElse: false - IndentBraces: false - SplitEmptyFunction: true - -BreakBeforeBinaryOperators: None -BreakBeforeInheritanceComma: false -BreakBeforeTernaryOperators: false -BreakConstructorInitializers: BeforeComma -BreakConstructorInitializersBeforeComma: false -BreakStringLiterals: true - -Cpp11BracedListStyle: false -MaxEmptyLinesToKeep: 1 - -ReflowComments: false - -SortIncludes: true - -SpaceAfterCStyleCast: false -SpaceBeforeAssignmentOperators: true -SpaceBeforeParens: ControlStatements -SpaceInEmptyParentheses: false -SpacesBeforeTrailingComments: 1 -SpacesInAngles: false -SpacesInCStyleCastParentheses: false -SpacesInParentheses: false -SpacesInSquareBrackets: false - -... |
