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-04-15 14:47:33 +0300
committerJoas Schilling <coding@schilljs.com>2020-04-15 14:47:33 +0300
commit058ca8c5602e80f30d12f90ef498748cdcb7709f (patch)
treec74ef2b06c6ac253d2ddfaf5ff0eb10f5917e704 /.editorconfig
parent51fc07be3d2ef9a4d5dbe847a071f4f34bf0eb88 (diff)
Update editor config for .yml 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 0b4e725ad8f..51117a6e796 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -14,6 +14,10 @@ trim_trailing_whitespace = true
indent_size = 2
indent_style = space
+[*.yml]
+indent_size = 2
+indent_style = space
+
[*.md]
trim_trailing_whitespace = false