changeset 183:166f589e30e5

Misc: add .editorconfig
author David Demelier <markand@malikania.fr>
date Wed, 01 Jun 2016 12:37:00 +0200
parents e0ca65f5ecd0
children 0ff84eeea2b0
files .editorconfig
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
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