File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ max_line_length=120
1414# Known Fantomas limitations (not configurable):
1515# - if/then/else: cannot keep simple `then` on same line with complex `else` on next line
1616# - pipeline: cannot force `|>` to start-of-line positioning
17- [* .{fs} ]
17+ [* .fs ]
1818fsharp_multiline_bracket_style = aligned
1919fsharp_align_function_signature_to_indentation = true
2020fsharp_keep_max_number_of_blank_lines = 2
Original file line number Diff line number Diff line change 11src/Informedica.GenPRES.Client/output/
22obj/
3+ # Exclude all script files from formatting
4+ *.fsx
35# Fantomas bug: formatting these files produces invalid F# code
46tests/Informedica.Agents.Tests/Tests.fs
5- src/Informedica.GenSOLVER.Lib/Scripts/Parallel.fsx
6- src/Informedica.GenUNITS.Lib/Scripts/TypesSplit.fsx
You can’t perform that action at this time.
0 commit comments