Skip to content

Commit ea7ec5b

Browse files
authored
Merge branch 'main' into fix-daemon-configuration
2 parents fe8d18d + 86b8deb commit ea7ec5b

8 files changed

+0
-320
lines changed

.fantomasignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
obj/**/*.fs
22
src/Fantomas.FCS/generated
33
.deps
4-
fake-sample/source.fs
54
tests/data

docs-old/Documentation.md

-5
Original file line numberDiff line numberDiff line change
@@ -1180,11 +1180,6 @@ git diff --cached --name-only --diff-filter=ACM -z | xargs -0 git add
11801180

11811181
**Please use with caution** as [Fantomas is not without bugs](https://github.com/fsprojects/fantomas/issues?q=is%3Aissue+is%3Aopen+label%3A%22bug+%28soundness%29%22).
11821182

1183-
## FAKE Helpers
1184-
1185-
Fantomas also exposes some less official helper functions in [Fantomas.Extras](https://www.nuget.org/packages/Fantomas.Extras/), these will be deprecated in the next major version.
1186-
It is advised to run the `fantomas` instead when using FAKE, see [example](../fake-sample/README.md).
1187-
11881183
## Updating to a new Fantomas version
11891184

11901185
By default, Fantomas adheres to the Microsoft [F# code formatting guidelines](https://docs.microsoft.com/en-us/dotnet/fsharp/style-guide/formatting).

fake-sample/.config/dotnet-tools.json

-18
This file was deleted.

fake-sample/.editorconfig

-5
This file was deleted.

fake-sample/README.md

-21
This file was deleted.

fake-sample/script.fsx

-43
This file was deleted.

fake-sample/script.fsx.lock

-200
This file was deleted.

fake-sample/source.fs

-27
This file was deleted.

0 commit comments

Comments
 (0)