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:48:17 +0300
committerJoas Schilling <coding@schilljs.com>2019-11-12 19:48:17 +0300
commit8bd33d6dcfd4e68282188a271a629feb60605f76 (patch)
treee0de55ee5520b2895bfba7d6b62fddee64336f2c /.editorconfig
parentfe73b950b891209f84a20e5c10e0bbaca5d6c815 (diff)
Remove special php setting as it is the default
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig
index d0eba25fbab..35630aa12db 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,8 +10,5 @@ indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
-[*.php]
-indent_size = 4
-
[*.md]
trim_trailing_whitespace = false