diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2020-03-10 16:39:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 16:39:42 +0100 |
commit | c82c1da8f763d7b2e2fff2df1e37664b54698468 (patch) | |
tree | f7cba78674681524f1db81393aa72ba4f723f1d2 | |
parent | 19f286969a431832d409aa84b546cd082520aea5 (diff) | |
parent | 03992765e3a9ffe98d4140aa309f43da974d62b5 (diff) | |
download | nextcloud-server-c82c1da8f763d7b2e2fff2df1e37664b54698468.tar.gz nextcloud-server-c82c1da8f763d7b2e2fff2df1e37664b54698468.zip |
Merge pull request #19862 from nextcloud/techdebt/noid/fix-editor-config-for-tests
Fix editor config for integration test files
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 10d9ba881ce..0b4e725ad8f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,10 @@ indent_style = tab insert_final_newline = true trim_trailing_whitespace = true +[*.feature] +indent_size = 2 +indent_style = space + [*.md] trim_trailing_whitespace = false |