Skip to content

Commit

Permalink
clang-format: Set UseTab to Never
Browse files Browse the repository at this point in the history
Since it is causing readability problems
  • Loading branch information
eric15342335 committed Apr 5, 2024
1 parent d76c69b commit c5bef40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
Standard: Cpp11
Language: Cpp
UseTab: ForContinuationAndIndentation
UseTab: Never
IndentWidth: '4'
TabWidth: '4'

BreakBeforeBraces: Custom
BraceWrapping:
Expand Down

0 comments on commit c5bef40

Please sign in to comment.