Files
cheeper-ddd-cqrs-example/.editorconfig
2021-11-05 19:56:41 +01:00

17 lines
201 B
INI

root = true
[*]
end_of_line = LF
indent_style = space
indent_size = 4
charset = utf-8
[*docker-compose.yaml]
indent_size = 2
[.github/workflows/*.yaml]
indent_size = 2
[*.{ts,tsx}]
indent_size = 2