summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig23
-rw-r--r--.gitignore3
-rw-r--r--AUTHORS1
-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
diff --git a/.gitignore b/.gitignore
index 6dde1c3..438de5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+# PyCharm
+.idea/
+
*.pyc
docs/build
dist
diff --git a/AUTHORS b/AUTHORS
index 0f34f06..9831fa1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
diff --git a/CHANGES b/CHANGELOG
index 374c060..374c060 100644
--- a/CHANGES
+++ b/CHANGELOG
diff --git a/COPYING b/LICENSE
index 7b158da..7b158da 100644
--- a/COPYING
+++ b/LICENSE