[gnome-calendar] misc: add editorconfig file



commit af75852b77274b3569250ab6010283f1e5761d87
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Sun Apr 26 15:14:55 2015 -0400

    misc: add editorconfig file

 .editorconfig |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..dfa12dd
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,20 @@
+# EditorConfig is awesome: http://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+# Unix-style newlines with a newline ending every file
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_style = space
+
+[*.c]
+indent_size = 2
+tab_width = 8
+max_line_length = 120
+
+# Tab indentation (no size specified)
+[Makefile]
+indent_style = tab


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