[msitools: 9/16] Add .editorconfig



commit 3a082a3568fcbe4dd579d8290eff987bd0f9bd2a
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Sun Mar 29 00:35:06 2020 +0100

    Add .editorconfig
    
    Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>

 .editorconfig | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
---
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..2719666
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,19 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_style = space
+
+[*.[ch]]
+indent_size = 4
+
+[*.vala]
+indent_size = 4
+
+[*.bats]
+file_type_emacs = sh
+indent_size = 2
+
+[meson.build]
+indent_size = 2


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