📄 .editorconfig
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
insert_final_newline = true

# JS, TS, Svelte files
[*.{js,ts,svelte,html,css}]
indent_size = 2
max_line_length = 120

# Config files
[*.{json}]
indent_size = 2

# Infra files
[*.{tf,tfvars}]
indent_size = 2