summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 9d25d1d702cdf97146c97431329b9d714517dd5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = tab
indent_style = tab
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true

[*.{kt,kts}]
tab_width = 4

[*.html]
tab_width = 4

[*.{json,conf}]
tab_width = 2