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

10 lines
145 B
INI
Raw Normal View History

2023-12-09 16:05:40 +03:00
root = true
[*]
end_of_line = lf
charset = utf-8
indent_style = tab
2023-12-09 16:19:52 +03:00
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true