This repository has been archived on 2024-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
0x221e/.editorconfig
2023-03-28 01:50:36 -05:00

13 lines
194 B
INI

root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.y{,a}ml]
indent_size = 2
indent_style = space