summaryrefslogtreecommitdiff
path: root/contrib/snapcraft/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/snapcraft/.editorconfig')
-rw-r--r--contrib/snapcraft/.editorconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/snapcraft/.editorconfig b/contrib/snapcraft/.editorconfig
new file mode 100644
index 000000000..1749b2d4c
--- /dev/null
+++ b/contrib/snapcraft/.editorconfig
@@ -0,0 +1,17 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = false
+insert_final_newline = false
+
+[*.yaml]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true \ No newline at end of file