1
0
Fork 0
mirror of https://github.com/nachoparker/dutree synced 2024-05-28 02:26:05 +02:00
dutree/.editorconfig
2022-06-29 10:44:24 +02:00

10 lines
163 B
INI

root = true
[*.{sh,rs,toml,md}]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true