This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.editorconfig

10 lines
145 B
INI
Raw Normal View History

2018-11-16 16:36:54 -06:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
2019-11-17 09:06:44 -06:00
trim_trailing_whitespace = true
2018-11-16 16:36:54 -06:00
charset = utf-8
indent_style = tab
indent_size = 2