Skip to content

Commit 5a2a530

Browse files
committed
Abolish EditorConfig kludge in favour of user preferences
GitHub now allows users to choose their preferred tab-width (under their account's "Appearance" settings). Moreover, using EditorConfig to affect the sizes of rendered tabs is no longer possible (community/community#5813). More info: community/community#4893
1 parent b290fe4 commit 5a2a530

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.editorconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ end_of_line = lf
66
insert_final_newline = true
77
trim_trailing_whitespace = false
88
indent_style = tab
9-
indent_size = 4
109

1110
[config.cson]
1211
trim_trailing_whitespace = true
@@ -16,7 +15,9 @@ end_of_line = crlf
1615

1716
[*.{yml,yaml}]
1817
indent_style = space
18+
indent_size = 4
1919

2020
[.git/COMMIT_EDITMSG]
2121
indent_style = space
22+
indent_size = 4
2223
max_line_length = 72

0 commit comments

Comments
 (0)