Files
LingvAI/.editorconfig

14 lines
164 B
INI
Raw Permalink Normal View History

2022-10-25 01:10:16 +02:00
root = true
[*]
indent_style = space
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.{js,ts,tsx}]
indent_size = 4
[*.{json,yml}]
indent_size = 2