diff options
author | Ask Solem <ask@celeryproject.org> | 2016-04-08 19:08:52 -0700 |
---|---|---|
committer | Ask Solem <ask@celeryproject.org> | 2016-04-08 19:08:52 -0700 |
commit | 704a3141427e597b32cae0544240938a9596edb6 (patch) | |
tree | 8883a8335f5f5695f5d85827efb7c1cb3d8908c7 | |
parent | 706146627e236c19f56ca426e48a64b66bb95798 (diff) | |
download | kombu-704a3141427e597b32cae0544240938a9596edb6.tar.gz |
Adds .editorconfig
-rw-r--r-- | .editorconfig | 14 |
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 |