Skip to content

Commit 6a9c776

Browse files
authored
Merge branch 'master' into copilot/add-fhir-medication-interface
2 parents c5830d3 + c266ddf commit 6a9c776

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]
1818
fsharp_multiline_bracket_style = aligned
1919
fsharp_align_function_signature_to_indentation = true
2020
fsharp_keep_max_number_of_blank_lines = 2

.fantomasignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
src/Informedica.GenPRES.Client/output/
22
obj/
3+
# Exclude all script files from formatting
4+
*.fsx
35
# Fantomas bug: formatting these files produces invalid F# code
46
tests/Informedica.Agents.Tests/Tests.fs
5-
src/Informedica.GenSOLVER.Lib/Scripts/Parallel.fsx
6-
src/Informedica.GenUNITS.Lib/Scripts/TypesSplit.fsx

0 commit comments

Comments
 (0)