chore: add editorconfig

This commit is contained in:
Price Hiller 2023-12-21 07:47:28 -06:00
parent 7b563cae56
commit 90247afe62
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true
charset = utf-8
max_line_length = 100
indent_style = space
[*.nix]
indent_size = 2