From: Andrew Dolgov Date: Tue, 30 Jan 2018 07:36:41 +0000 (+0300) Subject: add .editorconfig X-Git-Tag: 18.8~81 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2aec1b030c5a8737cfacf465b673e09e09939335;p=tt-rss.git add .editorconfig --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..119b50a1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*] +end_of_line = lf +insert_final_newline = true + +[*.php] +indent_style = tab