Skip to content

Commit

Permalink
Added clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Luchinkin committed Jul 15, 2022
1 parent 8e46598 commit 51eb598
Show file tree
Hide file tree
Showing 7 changed files with 2,564 additions and 3,115 deletions.
30 changes: 30 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# es3n1n's clang-format, last upd 19 jun 22 17:50:03

BasedOnStyle: WebKit

Language: Cpp

AlignTrailingComments: false
AllowAllArgumentsOnNextLine: false
AllowShortEnumsOnASingleLine: false
AllowShortLambdasOnASingleLine: Inline
BreakBeforeBraces: Custom
BraceWrapping:
AfterEnum: false
AfterStruct: false
SplitEmptyFunction: false
AfterFunction: false
AfterNamespace: false
BreakBeforeTernaryOperators: false
BreakConstructorInitializers: BeforeColon
ColumnLimit: 155
FixNamespaceComments: true
IndentPPDirectives: BeforeHash
ReflowComments: false
NamespaceIndentation: All
BreakStringLiterals: true
CommentPragmas: true
IndentCaseLabels: false
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: Yes
Loading

0 comments on commit 51eb598

Please sign in to comment.