Skip to content

Commit b269c4d

Browse files
Define indent size in editorconfig (#550)
Setting indent size in `.editorconfig` means that things like GitHub web preview will default to showing tab indent size as 4 spaces.
1 parent 5798c63 commit b269c4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ charset = utf-8
99
trim_trailing_whitespace = true
1010
insert_final_newline = true
1111
indent_style = tab
12+
indent_size = 4

0 commit comments

Comments
 (0)