aboutsummaryrefslogtreecommitdiff
path: root/test/.editorconfig
blob: db601e5f1c99bdc600a664703765abc53b81fb80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

root = true


[*]
charset = utf-8
indent_style = tab
indent_size = 4
max_line_length = 10000

# Python config
[**.py]
max_line_length = 10000
indent_size = 4