summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-04-08 19:08:52 -0700
committerAsk Solem <ask@celeryproject.org>2016-04-08 19:08:52 -0700
commit704a3141427e597b32cae0544240938a9596edb6 (patch)
tree8883a8335f5f5695f5d85827efb7c1cb3d8908c7
parent706146627e236c19f56ca426e48a64b66bb95798 (diff)
downloadkombu-704a3141427e597b32cae0544240938a9596edb6.tar.gz
Adds .editorconfig
-rw-r--r--.editorconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..22fb1f90
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+# http://editorconfig.org
+
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true
+insert_final_newline = true
+charset = utf-8
+end_of_line = lf
+
+[Makefile]
+indent_style = tab