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

[*]
indent_style = tab
indent_size = 8

[*.m]
indent_style = space
indent_size = 2

[*.py]
indent_style = space
indent_size = 4