]> git.wh0rd.org - tt-rss.git/commitdiff
add .editorconfig
authorAndrew Dolgov <noreply@fakecake.org>
Tue, 30 Jan 2018 07:36:41 +0000 (10:36 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Tue, 30 Jan 2018 07:36:41 +0000 (10:36 +0300)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..119b50a
--- /dev/null
@@ -0,0 +1,6 @@
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+[*.php]
+indent_style = tab