Add .editorconfig
This commit is contained in:
parent
9b6420b8a8
commit
f2864ffc47
1 changed files with 10 additions and 0 deletions
10
.editorconfig
Normal file
10
.editorconfig
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
|
||||
[*.{fs,fsi,fsx}]
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
trim_trailing_whitespace=true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue