feat: Add editorconfig file

This commit is contained in:
Jalil David Salamé Messina 2024-01-21 20:56:10 +01:00
parent b3b4b78660
commit c9b2415384
Signed by: jalil
GPG key ID: F016B9E770737A0B

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
[*]
end_of_line = lf
charset = utf-8
[*.nix]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true