Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-11-12 19:47:06 +0300
committerJoas Schilling <coding@schilljs.com>2019-11-12 19:47:06 +0300
commitfe73b950b891209f84a20e5c10e0bbaca5d6c815 (patch)
treea40e2bb2020c7882e21c236e4d99ea09847ed503 /.editorconfig
parent6f8c7885b6263b7e23f0e48c1376b7e67417be2c (diff)
Fix editorconfig - we always used 4 space tabs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 20b17067dfa..d0eba25fbab 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,7 +11,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
[*.php]
-indent_size = 8
+indent_size = 4
[*.md]
trim_trailing_whitespace = false