.editorconfig
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 01 Jun 2017 15:20:31 +0200
changeset 14 df6780e48eb5
parent 9 bb8daf87c1de
child 33 238818343253
permissions -rw-r--r--
Fix all tests.

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