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

13 lines
194 B
INI
Raw Normal View History

2023-03-27 21:49:34 -05:00
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