.editorconfig
author ymh <ymh.work@gmail.com>
Sun, 25 Nov 2018 21:18:55 +0100
changeset 176 a24f6bf72f6a
parent 44 3b20e2b584fe
permissions -rw-r--r--
update requirement for django-auditlog
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