Add .editorconfig

This commit is contained in:
Sven van Heugten 2026-01-01 19:24:42 +01:00
parent 9b6420b8a8
commit f2864ffc47

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
[*.{fs,fsi,fsx}]
indent_size = 4
indent_style = space
trim_trailing_whitespace=true