2017-01-28 01:15:57 -05:00
|
|
|
# editorconfig tool configuration
|
|
|
|
# see http://editorconfig.org for docs
|
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
trim_trailing_whitespaces = true
|
|
|
|
indent_style = tab
|
2021-01-21 18:16:22 -05:00
|
|
|
quote_type = single
|
|
|
|
|
|
|
|
[*.js]
|
|
|
|
quote_type = double
|