Browse Source

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 <xiaolunwen@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
tags/v1.15.0-dev
silverwind GitHub 4 years ago
parent
commit
de9bedf881
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .editorconfig

+ 1
- 1
.editorconfig View File

@@ -9,7 +9,7 @@ charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true


[*.{go, tmpl, html}]
[*.{go,tmpl,html}]
indent_style = tab indent_style = tab


[Makefile] [Makefile]


Loading…
Cancel
Save