DEBSOURCES
Skip Quicknav
sources / lua-luv / 1.48.0-2-3 / .editorconfig
12345678
# http://editorconfig.org root = true [*.{c,h,lua}] indent_style = space indent_size = 2 charset = utf-8 trim_trailing_whitespace = true