Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-03-09 19:12:44 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-09 19:12:44 +0300
commit03992765e3a9ffe98d4140aa309f43da974d62b5 (patch)
treed4cd0ff1fb4ba4d0e69aff32a82936799603d1e8 /.editorconfig
parent5a8c7854d622b0e99a7c877aaf06807161039db2 (diff)
Fix editor config for integration test files
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
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