Skip to content

Commit

Permalink
fix: Remove redundant line in .clang-format (AcademySoftwareFoundatio…
Browse files Browse the repository at this point in the history
…n#4057)

Used to be no problem, but after a recent VSCode update, this seems to
have been causing errors when asking VSCode to format. No idea why this
recently became problematic.

Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Nov 24, 2023
1 parent c0136ed commit 1811af6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Language: Cpp
BasedOnStyle: WebKit
SpaceBeforeParens: ControlStatements

AccessModifierOffset: -4
AlignAfterOpenBracket: Align
Expand Down

0 comments on commit 1811af6

Please sign in to comment.