Add .editorconfig

This commit is contained in:
Sven van Heugten 2026-05-12 06:37:31 +02:00
parent 6728ffeee8
commit ccb456d5b0
No known key found for this signature in database
GPG key ID: D612F88666F4F660

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
root = true
[*]
indent_style = space
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.nix]
indent_size = 2
[*.{fs,fsi,fsx}]
indent_size = 4