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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-07-22 14:49:34 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2022-07-22 14:49:34 +0300
commit2e18915028377ad05710d4b3c55fc7c7fd164d21 (patch)
treee3588ab4aea86d04e2d8e091cd66d55b08a8f840 /.editorconfig
parentdb1966f72b0d6e9ec0ea5ef7b27b946b1bb60971 (diff)
Add yaml section to .editorconfig
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 198996b96..5ad6600e7 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,3 +7,7 @@ indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
+
+[*.{yml,yaml}]
+indent_style = space
+indent_size = 2