[gnome-software: 28/29] Add editorconfig file




commit 7efe277e60faf2a3b17c411de6a414b1e3b31791
Author: Philip Withnall <pwithnall endlessos org>
Date:   Wed Mar 17 15:34:09 2021 +0000

    Add editorconfig file
    
    This should make code style consistent across editors and files. In
    particular, it gets Builder to use tabs by default.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 .editorconfig | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..def33bf5e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,6 @@
+# See https://editorconfig.org/
+root = true
+
+[*]
+indent_style = tab
+indent_size = 8


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