.editorconfig
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 29 Jun 2017 17:02:21 +0200
changeset 107 e6f85e26b08c
parent 44 3b20e2b584fe
permissions -rw-r--r--
Confirm logout when pending requests, try to purge offline.outbox
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
44
3b20e2b584fe Introduce authentication through API.
Alexandre Segura <mex.zktk@gmail.com>
parents: 33
diff changeset
    11
[*.js]
9
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