diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-03-11 03:02:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 03:02:18 +0800 |
commit | 434f1ec542cc6dab6b2709e3a6fab261bdad4c7b (patch) | |
tree | 427dfe294a5cdf56f8886ca20a30af15c907d6c9 /.editorconfig | |
parent | 927ffef8646b5743fb595d04290be3780c0cf5e8 (diff) |
all: clean up dot files (#5983)
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index cd71e6b2..ce737a78 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,7 +16,7 @@ indent_size = 4 indent_style = tab indent_size = 2 -[*.{less,yml}] +[*.{less, yml}] indent_style = space indent_size = 2 |