diff options
| -rw-r--r-- | .editorconfig | 23 | ||||
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | CHANGELOG (renamed from CHANGES) | 0 | ||||
| -rw-r--r-- | LICENSE (renamed from COPYING) | 0 |
5 files changed, 27 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6fa8b7b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,23 @@ +# http://editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = crlf +charset = utf-8 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{py,ini,yaml,yml,rst}] +indent_style = space +indent_size = 4 +continuation_indent_size = 4 +trim_trailing_whitespace = true + +[{Makefile,*.bat}] +indent_style = tab + +[*.md] +trim_trailing_whitespace = false @@ -1,3 +1,6 @@ +# PyCharm +.idea/ + *.pyc docs/build dist @@ -33,6 +33,7 @@ Alphabetical list of contributors: * spigwitmer <itgpmc@gmail.com> * Tim Graham <timograham@gmail.com> * Victor Hahn <info@victor-hahn.de> +* Victor Uriarte <vmuriart@gmail.com> * vthriller <farreva232@yandex.ru> * wayne.wuw <wayne.wuw@alibaba-inc.com> * Yago Riveiro <yago.riveiro@gmail.com> |
