Repository: incubator-airflow
Updated Branches:
  refs/heads/master 8e2003e37 -> 2a6136202


AIRFLOW-960 Add .editorconfig file


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/f5caccac
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/f5caccac
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/f5caccac

Branch: refs/heads/master
Commit: f5caccacd01bfc51d2b1d268886e5ab0b29497be
Parents: e423981
Author: George Leslie-Waksman <geo...@cloverhealth.com>
Authored: Thu Mar 9 11:23:06 2017 -0800
Committer: George Leslie-Waksman <geo...@cloverhealth.com>
Committed: Thu Mar 9 11:36:41 2017 -0800

----------------------------------------------------------------------
 .editorconfig | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/f5caccac/.editorconfig
----------------------------------------------------------------------
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..a80bd65
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,32 @@
+root = true
+
+[*]
+end_of_line = lf
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+charset = utf-8
+
+[*.py]
+indent_size = 4
+
+[*.sh]
+indent_size = 4
+
+[*.sql]
+indent_size = 4
+
+[*.js]
+indent_size = 2
+
+[*.css]
+indent_size = 2
+
+[*.{md,rst}]
+indent_size = 2
+
+[*.{yml,yaml}]
+indent_size = 2
+
+[*.{htm,html}]
+indent_size = 2

Reply via email to