aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-03-11 03:02:18 +0800
committerGitHub <noreply@github.com>2020-03-11 03:02:18 +0800
commit434f1ec542cc6dab6b2709e3a6fab261bdad4c7b (patch)
tree427dfe294a5cdf56f8886ca20a30af15c907d6c9 /.editorconfig
parent927ffef8646b5743fb595d04290be3780c0cf5e8 (diff)
all: clean up dot files (#5983)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
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