Skip to content

Commit

Permalink
Specify indent_size in .editorconfig
Browse files Browse the repository at this point in the history
Doing this purely in the hope that it makes GitHub render code blocks with 4-space-equivalent tabs by default
  • Loading branch information
Gawdl3y committed Apr 24, 2024
1 parent 4596490 commit b382cb0
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 @@ -2,6 +2,7 @@ root = true

[*]
indent_style = tab
indent_size = 4
charset = utf-8
end_of_line = lf
insert_final_newline = true
Expand Down

0 comments on commit b382cb0

Please sign in to comment.