Skip to content

Commit 7ed5bf8

Browse files
silverwindlunnylafriks
authored
Fix .editorconfig (#13735)
These whitespaces introduced in #13698 seem to break my editorconfig plugin in sublime text resulting in tab-indented files getting converted to spaces on save. Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent 8c996c6 commit 7ed5bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ charset = utf-8
99
trim_trailing_whitespace = true
1010
insert_final_newline = true
1111

12-
[*.{go, tmpl, html}]
12+
[*.{go,tmpl,html}]
1313
indent_style = tab
1414

1515
[Makefile]

0 commit comments

Comments
 (0)