git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
66f2f35
)
Add .editorconfig to the repository.
author
Steven Black
<redacted>
Sun, 18 Dec 2016 15:49:04 +0000
(10:49 -0500)
committer
Steven Black
<redacted>
Sun, 18 Dec 2016 15:49:04 +0000
(10:49 -0500)
.editorconfig
[new file with mode: 0644]
patch
|
blob
diff --git a/.editorconfig
b/.editorconfig
new file mode 100644
(file)
index 0000000..
97b4e68
--- /dev/null
+++ b/
.editorconfig
@@ -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