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

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

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