process-compose/.editorconfig
2022-04-06 01:30:46 +03:00

27 lines
344 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
trim_trailing_whitespace = true
[*.go]
indent_style = space
[*.yaml]
indent_style = space
indent_size = 2
[*.html]
indent_style = space
[*.md]
indent_style = space
trim_trailing_whitespace = false
indent_size = 2
[Makefile]
indent_style = space