theia/.editorconfig
Benjamin Palko 8b064f9cdd
All checks were successful
Deployment / Deploy Storybook (push) Successful in 5m56s
init
2025-04-01 15:52:50 -04:00

13 lines
170 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = false
[*.{js,ts}]
indent_style = tab
indent_size = 4
[{*.{yml,mjs,json}}]
indent_style = space
indent_size = 2