ScreenSharingThing/.editorconfig

11 lines
148 B
INI
Raw Normal View History

2021-12-04 15:59:25 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
2023-07-02 13:51:49 +00:00
[*.{js,ts,json,yml,mjs,svelte}]
2021-12-04 15:59:25 +00:00
charset = utf-8
indent_style = space
indent_size = 3