From: Christian Weiske Date: Mon, 29 May 2017 15:15:16 +0000 (+0200) Subject: Add .editorconfig X-Git-Tag: v0.1.0~6 X-Git-Url: https://git.cweiske.de/tt-rss-micropub.git/commitdiff_plain/619507cb2ceb1312bb1ab8a6ac647226ce9e39ea Add .editorconfig --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a4a38ca --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +; http://editorconfig.org/ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true