Skip to content

Commit

Permalink
chore: added clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
tomezpl committed Oct 12, 2024
1 parent 85bd8bb commit b69f552
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
AllowShortFunctionsOnASingleLine: InlineOnly
BreakBeforeBraces: Allman
Language: Cpp
SpaceAroundPointerQualifiers: Default
PointerAlignment: Left
NamespaceIndentation: All
IndentWidth: 4
AccessModifierOffset: 0
ColumnLimit: 0
UseTab: ForIndentation
AllowShortBlocksOnASingleLine: Always
BreakInheritanceList: AfterComma
BreakBeforeInheritanceComma: false
BreakConstructorInitializersBeforeComma: false
SortIncludes: Never

0 comments on commit b69f552

Please sign in to comment.