| author | ymh <ymh.work@gmail.com> |
| Wed, 05 Dec 2018 19:00:08 +0100 | |
| changeset 193 | 99e342f9fb0c |
| parent 44 | 3b20e2b584fe |
| permissions | -rw-r--r-- |
| 9 | 1 |
root = true |
2 |
||
3 |
[*] |
|
4 |
charset = utf-8 |
|
5 |
indent_style = space |
|
6 |
indent_size = 4 |
|
7 |
end_of_line = lf |
|
8 |
insert_final_newline = true |
|
9 |
trim_trailing_whitespace = true |
|
10 |
||
|
44
3b20e2b584fe
Introduce authentication through API.
Alexandre Segura <mex.zktk@gmail.com>
parents:
33
diff
changeset
|
11 |
[*.js] |
| 9 | 12 |
indent_style = space |
13 |
indent_size = 2 |