[gnome-builder] editorconfig: add basic .editorconfig for Builder project



commit 2ad42554475c4c543e50396fd734e42de6233730
Author: Christian Hergert <christian hergert me>
Date:   Thu Apr 9 14:41:24 2015 -0700

    editorconfig: add basic .editorconfig for Builder project

 .editorconfig |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..ba214ce
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,25 @@
+[*]
+charset = utf-8
+end_of_line = lf
+
+[*.[ch]]
+tab_width = 2
+indent_size = 2
+insert_trailing_newline = true
+indent_style = space
+
+[*.py]
+indent_size = 4
+tab_size = 4
+indent_style = space
+
+[*.js]
+indent_size = 2
+tab_size = 2
+indent_style = space
+
+[*.css]
+indent_size = 4
+tab_size = 4
+indent_style = space
+


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