Skip to content

Commit 7b24c75

Browse files
committed
.editorconfig: remove wrong key tab_size
according to https://editorconfig.org/#supported-properties it should be `tab_width`, but it anyhow defaults to the value of `indent_size`
1 parent 34ec109 commit 7b24c75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ insert_final_newline = true
1111
[{Makefile*,*.mk}]
1212
indent_style = tab
1313
indent_size = 2
14-
tab_size = 2
1514
trim_trailing_whitespace = true
1615
insert_final_newline = true
1716

0 commit comments

Comments
 (0)