Merge pull request #17917 from nextcloud/bugfix/noid/editorconfig

Fix editorconfig - we always used 4 space tabs
This commit is contained in:
Roeland Jago Douma 2019-11-13 10:11:38 +01:00 committed by GitHub
commit eee21c89d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -10,8 +10,5 @@ indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.php]
indent_size = 8
[*.md]
trim_trailing_whitespace = false