changeset 556:6872b3c443c7

Misc: add .editorconfig
author David Demelier <markand@malikania.fr>
date Fri, 17 Jun 2016 09:51:05 +0200
parents 730358cb0648
children a8b5e0bb59f7
files .editorconfig
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.editorconfig	Fri Jun 17 09:51:05 2016 +0200
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true