[gnome-calendar] misc: add editorconfig file
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] misc: add editorconfig file
- Date: Sun, 26 Apr 2015 19:15:16 +0000 (UTC)
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]