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

[*.{pro,pri}]
indent_size = 4
tab_width = 4
indent_style = space

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