# HG changeset patch # User David Demelier # Date 1466149865 -7200 # Node ID 6872b3c443c7a47fa8f1641104dd4bac15d613a2 # Parent 730358cb0648abc3a69962bd4ea8414e661531f9 Misc: add .editorconfig diff -r 730358cb0648 -r 6872b3c443c7 .editorconfig --- /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