diff options
author | Sandro Santilli <strk@kbt.io> | 2016-11-05 13:26:11 +0100 |
---|---|---|
committer | Sandro Santilli <strk@kbt.io> | 2016-11-05 13:26:11 +0100 |
commit | 6111e09a973c944c1321b4a73deede28abf89cfc (patch) | |
tree | 6c575835c8671b1f7df4d59ee93db6bb44fa1eb1 /.editorconfig | |
parent | c808e8c13865f043ea3cd026abac0c3ab43a4a46 (diff) | |
download | gitea-6111e09a973c944c1321b4a73deede28abf89cfc.tar.gz gitea-6111e09a973c944c1321b4a73deede28abf89cfc.zip |
Drop indent-size from Makefile section
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index d6889cbf9d..0fb78d3dc0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,7 +18,6 @@ indent_size = 2 [Makefile] indent_style = tab -indent_size = 8 [*.{less,yml}] indent_style = space |