web-production-saas-starter/.editorconfig
2025-12-16 18:54:41 +04:00

15 lines
225 B
INI

root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.go]
indent_style = tab
[*.{js,ts,tsx,json,yml,yaml}]
indent_style = space
indent_size = 2