Add an editorconfig file
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 25 May 2020 00:29:20 +0000 (10:29 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 1 Jun 2020 20:46:21 +0000 (06:46 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..30a29dd
--- /dev/null
@@ -0,0 +1,14 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true
+indent_style = space
+indent_size = 4
+max_line_length = 80
+
+[*.yml]
+indent_style = space
+indent_size = 2