Skip to content

Commit

Permalink
Formatting fixes, tabs instead of space.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed May 27, 2024
1 parent 64860ef commit e329ca3
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 218 deletions.
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: Never
UseTab: Always
---
Language: Cpp
AccessModifierOffset: 0
Expand Down
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
indent_style = tab
tab_width = 4
trim_trailing_whitespace = true

[*.yml]
indent_size = 2
indent_style = space
Loading

0 comments on commit e329ca3

Please sign in to comment.