diff options
author | Joas Schilling <coding@schilljs.com> | 2019-11-12 17:47:06 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2019-11-12 17:47:06 +0100 |
commit | fe73b950b891209f84a20e5c10e0bbaca5d6c815 (patch) | |
tree | a40e2bb2020c7882e21c236e4d99ea09847ed503 /.editorconfig | |
parent | 6f8c7885b6263b7e23f0e48c1376b7e67417be2c (diff) | |
download | nextcloud-server-fe73b950b891209f84a20e5c10e0bbaca5d6c815.tar.gz nextcloud-server-fe73b950b891209f84a20e5c10e0bbaca5d6c815.zip |
Fix editorconfig - we always used 4 space tabs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
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 |