# HG changeset patch # User Alexandre Segura # Date 1496244303 -7200 # Node ID bb8daf87c1de6500c7cd8d28c8ed2bf3fbf5399e # Parent 6f572b6b6be3da7aea7f6ef50880a62f5f067a3c Add .editorconfig diff -r 6f572b6b6be3 -r bb8daf87c1de .editorconfig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.editorconfig Wed May 31 17:25:03 2017 +0200 @@ -0,0 +1,13 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.js] +indent_style = space +indent_size = 2