Skip to content

Commit

Permalink
Corrected default tab size to conventional 8 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Mar 21, 2024
1 parent 562e018 commit 9e9b76e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ indent_style = space
insert_final_newline = true
# Default 120 is hardly reasonable on today's 4K monitors
max_line_length = 200
tab_width = 4
# Eight. Not four. This makes it compatible with UNIX tools that honored this convention since before JetBrains existed.
tab_width = 8
trim_trailing_whitespace = true
ij_continuation_indent_size = 8
ij_formatter_off_tag = @formatter:off
Expand Down

0 comments on commit 9e9b76e

Please sign in to comment.