aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 9c05f2b064df5b68c5728b047584ee2bc42f8ff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
root = true

[*]
indent_style = tab
end_of_line = lf
insert_final_newline = true
max_line_length = 79

[*.{md,typ}]
indent_style = space
indent_size = 2