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 6, 2024
1 parent d76c69b commit a84200f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
Standard: Cpp11
Language: Cpp
UseTab: ForContinuationAndIndentation
UseTab: Never
IndentWidth: '4'
TabWidth: '4'
ColumnLimit: 0

BreakBeforeBraces: Custom
BraceWrapping:
Expand Down

0 comments on commit a84200f

Please sign in to comment.