1 2 3 4 5 6 7 8 9 10 11
# http://editorconfig.org root = true [*.lua] indent_style = space indent_size = 2 [.gitlab-ci.yml] indent_style = space indent_size = 2