diff options
author | Joas Schilling <coding@schilljs.com> | 2019-11-12 17:48:17 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2019-11-12 17:48:17 +0100 |
commit | 8bd33d6dcfd4e68282188a271a629feb60605f76 (patch) | |
tree | e0de55ee5520b2895bfba7d6b62fddee64336f2c /.editorconfig | |
parent | fe73b950b891209f84a20e5c10e0bbaca5d6c815 (diff) | |
download | nextcloud-server-8bd33d6dcfd4e68282188a271a629feb60605f76.tar.gz nextcloud-server-8bd33d6dcfd4e68282188a271a629feb60605f76.zip |
Remove special php setting as it is the default
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
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 |