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