diff .editorconfig @ 183:166f589e30e5

Misc: add .editorconfig
author David Demelier <markand@malikania.fr>
date Wed, 01 Jun 2016 12:37:00 +0200
parents
children 6635b9187d71
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.editorconfig	Wed Jun 01 12:37:00 2016 +0200
@@ -0,0 +1,11 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+trim_trailing_whitespace = true
+
+[*.md]
+indent_style = space
+indent_size = 2