Files
Gaya Kessler 2e51f1458f Fix indenting in .editorconfig for TypeScript (#9625)
This will enable editors to automatically use the correct indentation for `tsx` files too.
2020-11-26 12:34:29 +01:00

7 lines
98 B
INI

root = true
[*.{js,ts,jsx,tsx}]
indent_style = space
indent_size = 2
insert_final_newline = true