aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 81aa5202f5f7ef40681227f80c223ca68c52e051 (plain) (blame)
1
2
3
4
5
6
7
8
9
root = true

[*]
indent_style = space
indent_size = 4

[.travis.yml]
indent_style = space
indent_size = 2