Files
coa-weakauras/.editorconfig
T
2025-02-09 22:02:20 +01:00

25 lines
393 B
INI

root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[{babelfish.lua,ForAllIndentsAndPurposes.lua}]
indent_style = space
indent_size = 4
[.luacheckrc]
indent_style = tab
indent_size = 4
[{*.pkgmeta,*.pkgmeta-classic}]
indent_style = space
indent_size = 2