public-gateway-cacher/.editorconfig

14 lines
217 B
INI
Raw Permalink Normal View History

2019-11-29 02:20:50 +00:00
root = true
[*]
charset = utf-8
indent_size = 2
2020-07-10 06:09:10 +00:00
indent_style = space
2019-11-29 02:20:50 +00:00
insert_final_newline = true
2020-07-10 06:09:10 +00:00
max_line_length = 140
2019-11-29 02:20:50 +00:00
trim_trailing_whitespace = true
[*.md]
2022-03-11 07:06:35 +00:00
max_line_length = false
2019-11-29 02:20:50 +00:00
trim_trailing_whitespace = false