[grilo] Add editorconfig



commit 87f0bf734482ebd59a1a0db38ce2ca255e02da14
Author: Victor Toso <victortoso gnome org>
Date:   Thu Apr 1 22:33:37 2021 +0200

    Add editorconfig

 .editorconfig | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
---
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..e8b33e20
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,16 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = LF
+
+[*.[ch]]
+indent_style = space
+indent_size = 2
+
+[*.lua]
+indent_style = space
+indent_size = 2
+
+[Makefile]
+indent_style = tab


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]