summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: ed9502ead75386c647d11a781ea93d3f1f84b15e (plain)
1
2
3
4
5
6
7
8
root = true

[*]
end_of_line = lf

[*.{cs,xaml}]
indent_style = space
indent_size = 4