mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
This will enable editors to automatically use the correct indentation for `tsx` files too.
7 lines
98 B
INI
7 lines
98 B
INI
root = true
|
|
|
|
[*.{js,ts,jsx,tsx}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|