diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..23e9b2b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf + +[*.{fs,fsi,fsx}] +indent_size = 4 +indent_style = space +trim_trailing_whitespace=true +