1
1
Fork 0
mirror of https://github.com/the-nix-way/dev-templates synced 2024-04-24 13:25:01 +02:00
github.com_the-nix-way_dev-.../.editorconfig
2022-07-12 02:01:42 +02:00

14 lines
213 B
INI

# https://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.lock]
insert_final_newline = false