Skip to content

Commit

Permalink
Consistent indentation
Browse files Browse the repository at this point in the history
The codebase has lots of inconsistent indentation between 1 tab or 4
spaces. Rather than having massive diffs by fixing all that, this sets
the editorconfig tab width to 4, so it's at least visually consistent,
even on editors that default to 8-wide tabs.
  • Loading branch information
MithicSpirit committed Dec 22, 2024
1 parent 1c9495c commit 2f5d88c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = false
indent_style = tab
tab_width = 4

0 comments on commit 2f5d88c

Please sign in to comment.