Skip to content

Commit

Permalink
Define indent size in editorconfig (#550)
Browse files Browse the repository at this point in the history
Setting indent size in `.editorconfig` means that things like GitHub web
preview will default to showing tab indent size as 4 spaces.
  • Loading branch information
GeckoEidechse authored Oct 4, 2023
1 parent 5798c63 commit b269c4d
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 @@ -9,3 +9,4 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 4

0 comments on commit b269c4d

Please sign in to comment.