Skip to content

Commit 4420725

Browse files
committed
Abolish hardcoded tab-size setting
This became redundant with the introduction of user-configurable tabstop sizes on GitHub earlier this year. Moreover, the site stopped consulting EditorConfig files for resolving tab-widths, so the kludge of hardcoding a preferred `indent_size` setting for one's project is now unnecessary. References: community/community#4893
1 parent 64b44bb commit 4420725

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.editorconfig

-1
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
[*.el]
1211
indent_style = space

0 commit comments

Comments
 (0)