Forked from 种田队 / FarmOS
Source project has a limited visibility.
.editorconfig 284 bytes
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
[{*.S, *.h, *.mk, .gitignore, *.lds}]
indent_style = tab
[*.yml]
indent_style = space
indent_size = 2
[Dockerfile]
indent_style = space