Files
neo-blog/.editorconfig

13 lines
144 B
INI

root = true
[*]
indent_style = space
indent_size = 2
[*.ts]
indent_style = space
indent_size = 2
[*.tsx]
indent_style = space
indent_size = 2