Files
espocrm/.editorconfig
2026-04-15 16:11:33 +03:00

17 lines
256 B
INI

# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{package.json,package-lock.json}]
indent_size = 2
[.github/**/*.yml]
indent_size = 2