summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: a1c77bf662820664792e4677cef3c84522a115db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
max_line_length = 120

[{*.ts,*.tsx}]
indent_size = 2

[{*.py,*.pyi}]
indent_size = 4