aboutsummaryrefslogtreecommitdiff
path: root/.config/vis/plugins/vis-lspc/.editorconfig
blob: b0f7f6587e99a3fa9cc7559550aca98691943cce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# http://editorconfig.org

root = true

[*.lua]
indent_style = space
indent_size = 2

[.gitlab-ci.yml]
indent_style = space
indent_size = 2

[tools/*]
indent_style = space
indent_size = 4
binary_next_line = true