Skip to content

Commit

Permalink
add expected files to editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Nov 23, 2024
1 parent 11d1927 commit 81b7ea9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ fsharp_max_function_binding_width=80
fsharp_max_value_binding_width=80

[src/FsAutoComplete/CodeFixes/*.fs]
fsharp_experimental_keep_indent_in_branch = true
fsharp_experimental_keep_indent_in_branch = true

[test/**/*.expected]
trim_trailing_whitespace = false
insert_final_newline = false

0 comments on commit 81b7ea9

Please sign in to comment.