Commit fef179cfe7d8d72a0705202e9dcfd2196932f3ac

Peter Hutterer 2020-05-25T10:29:20

Add an editorconfig file Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..30a29dd
--- /dev/null
+++ b/.editorconfig
@@ -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