48dbf3a28b
* All files: charset utf-8, lf line endings * JS files: 2 spaces indent, trim trailing whitespace
11 lines
127 B
INI
11 lines
127 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
|
|
[*.js]
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|