.editorconfig
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 31 May 2017 17:25:03 +0200
changeset 9 bb8daf87c1de
child 33 238818343253
permissions -rw-r--r--
Add .editorconfig
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
bb8daf87c1de Add .editorconfig
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     1
root = true
bb8daf87c1de Add .editorconfig
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     2
bb8daf87c1de Add .editorconfig
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     3
[*]
bb8daf87c1de Add .editorconfig
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     4
charset = utf-8
bb8daf87c1de Add .editorconfig
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     5
indent_style = space
bb8daf87c1de Add .editorconfig
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     6
indent_size = 4
bb8daf87c1de Add .editorconfig
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     7
end_of_line = lf
bb8daf87c1de Add .editorconfig
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     8
insert_final_newline = true
bb8daf87c1de Add .editorconfig
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     9
trim_trailing_whitespace = true
bb8daf87c1de Add .editorconfig
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
    10
bb8daf87c1de Add .editorconfig
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
    11
[*.js]
bb8daf87c1de Add .editorconfig
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
    12
indent_style = space
bb8daf87c1de Add .editorconfig
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
    13
indent_size = 2