mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-27 22:27:46 +00:00
Add .clang-format to .gitignore because it's generated by ECM
This commit is contained in:
parent
cfee6775f4
commit
23442d0c9e
2 changed files with 1 additions and 33 deletions
|
@ -1,33 +0,0 @@
|
||||||
---
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
CompactNamespaces: 'false'
|
|
||||||
DisableFormat: 'false'
|
|
||||||
IndentCaseLabels: 'true'
|
|
||||||
IndentPPDirectives: BeforeHash
|
|
||||||
IndentWidth: '4'
|
|
||||||
Language: Cpp
|
|
||||||
NamespaceIndentation: All
|
|
||||||
PointerAlignment: Left
|
|
||||||
ReflowComments: 'true'
|
|
||||||
SortIncludes: 'true'
|
|
||||||
SortUsingDeclarations: 'true'
|
|
||||||
SpacesInCStyleCastParentheses: 'false'
|
|
||||||
Standard: Cpp11
|
|
||||||
TabWidth: '0'
|
|
||||||
UseTab: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
BraceWrapping:
|
|
||||||
AfterEnum: true
|
|
||||||
AccessModifierOffset: -4
|
|
||||||
SpaceAfterTemplateKeyword: 'false'
|
|
||||||
AllowAllParametersOfDeclarationOnNextLine: false
|
|
||||||
AlignAfterOpenBracket: AlwaysBreak
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
ColumnLimit: 120
|
|
||||||
AllowShortBlocksOnASingleLine: 'false'
|
|
||||||
AllowShortCaseLabelsOnASingleLine: 'false'
|
|
||||||
AllowShortFunctionsOnASingleLine: 'Empty'
|
|
||||||
AllowShortLambdasOnASingleLine: 'Empty'
|
|
||||||
AllowShortLoopsOnASingleLine: 'false'
|
|
||||||
SeparateDefinitionBlocks: 'Always'
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@
|
||||||
build/*
|
build/*
|
||||||
.idea/
|
.idea/
|
||||||
.directory
|
.directory
|
||||||
|
.clang-format
|
Loading…
Add table
Reference in a new issue