You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create a fsharp file in rider without a final newline;
create an .editorconfig file with insert_final_newline=false (either as a global setting or specific for *.{fs, fsi, fsx});
format the file
What is the expected result?
Rider does not insert a final newline.
What happens instead?
Rider inserts a final newline.
The text was updated successfully, but these errors were encountered:
Original issue: RIDER-72601.
The text was updated successfully, but these errors were encountered: