diff options
author | Joas Schilling <coding@schilljs.com> | 2020-03-09 17:12:44 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-03-09 17:12:44 +0100 |
commit | 03992765e3a9ffe98d4140aa309f43da974d62b5 (patch) | |
tree | d4cd0ff1fb4ba4d0e69aff32a82936799603d1e8 /.editorconfig | |
parent | 5a8c7854d622b0e99a7c877aaf06807161039db2 (diff) | |
download | nextcloud-server-03992765e3a9ffe98d4140aa309f43da974d62b5.tar.gz nextcloud-server-03992765e3a9ffe98d4140aa309f43da974d62b5.zip |
Fix editor config for integration test files
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.editorconfig')
-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 |