From: Steven Black Date: Sun, 18 Dec 2016 15:49:04 +0000 (-0500) Subject: Add .editorconfig to the repository. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=104aa50026469180652375319292c66bb22d3115;p=stevenblack-hosts.git Add .editorconfig to the repository. --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..97b4e682d --- /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