squid-js/.editorconfig

16 lines
216 B
INI
Raw Normal View History

2019-01-07 17:32:08 +01:00
# https://editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 4
end_of_line = lf
2019-06-19 23:32:09 +02:00
indent_style = space
2019-01-07 17:32:08 +01:00
insert_final_newline = true
trim_trailing_whitespace = true
2019-06-19 23:32:09 +02:00
[*.{json,yml,yaml,md}]
indent_size = 2