Skip to content

Commit

Permalink
Fix use of tabs instead of spaces when formatting code.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Mar 6, 2024
1 parent 54f3fc0 commit 0538ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
BasedOnStyle: WebKit
IndentWidth: 4
TabWidth: 4
UseTab: ForContinuationAndIndentation
UseTab: Never
---
Language: Cpp
AccessModifierOffset: 0
Expand Down

0 comments on commit 0538ac4

Please sign in to comment.