Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Add .clang-format.yml, doesn't seem to have an effect
Browse files Browse the repository at this point in the history
cwbaker committed Nov 27, 2023
1 parent 626649f commit 8bad9cf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .clang-format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
BasedOnStyle: LLVM
UseTab: Never
IndentWidth: 4
TabWidth: 4
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: true
ColumnLimit: 0
AccessModifierOffset: -4
SpacesBeforeTrailingComments: 1
SpaceBeforeParens: Always

0 comments on commit 8bad9cf

Please sign in to comment.