]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update editor config for .yml files 20500/head
authorJoas Schilling <coding@schilljs.com>
Wed, 15 Apr 2020 11:47:33 +0000 (13:47 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 15 Apr 2020 11:47:33 +0000 (13:47 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
.editorconfig

index 0b4e725ad8fcac37fad826c2ad59a7f1de6218d3..51117a6e796e13c0f88fc87a3945e4ac2508f7a9 100644 (file)
@@ -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