.editorconfig
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 12 Jun 2017 18:12:38 +0200
changeset 29 4cfeabef7d5e
parent 9 bb8daf87c1de
child 33 238818343253
permissions -rw-r--r--
Store data in PouchDB. - Introduce redux-saga to perform async actions. - Refactor actions to be async.
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