Add .editorconfig to the repository.
authorSteven Black <redacted>
Sun, 18 Dec 2016 15:49:04 +0000 (10:49 -0500)
committerSteven Black <redacted>
Sun, 18 Dec 2016 15:49:04 +0000 (10:49 -0500)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..97b4e68
--- /dev/null
@@ -0,0 +1,11 @@
+root = true
+
+[*.py]
+indent_style = space
+trim_trailing_whitespace = true
+indent_size = 4
+end_of_line = LF
+
+[*.md]
+trim_trailing_whitespace = false
+insert_final_newline = true
git clone https://git.99rst.org/PROJECT