.editorconfig
author Riwad Salim
Wed, 15 Aug 2018 23:39:02 +0200
changeset 145 5d2bc8c877ea
parent 44 3b20e2b584fe
permissions -rw-r--r--
Adding class for specific css in App, Navbar and SessionList components
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