未验证 提交 8ae6ba12 编写于 作者: D Don Syme 提交者: GitHub

Be explicit in fantomasignore (#13152)

* be explicit in fantomasignore

* be explicit in fantomasignore
上级 281a972e
**/*.fs
**/*.fsx
# absil (to investigate)
**/ilread.fsi
# fsharp (to investigate)
**/range.fsi
# utils (to investigate)
**/prim-parsing.fsi
**/TaggedCollections.fsi
# https://github.com/fsprojects/fantomas/issues/1974
**/ParseHalpers.fsi
# service (to investigate)
**/ServiceDeclarationLists.fsi
# FSharp.Core (to investigate)
**/fslib-extra-pervasives.fsi
**/Nullable.fsi
**/prim-types-prelude.fsi
**/prim-types.fsi
**/list.fsi
**/Query.fsi
**/resumable.fsi
**/async.fsi
## https://github.com/fsprojects/fantomas/issues/2230
**/array.fsi
**/tasks.fsi
**/seq.fsi
\ No newline at end of file
# Explicitly unformatted directories
buildtools/
docs/
eng/
fcs-samples/
scripts/
service/
setup/
tests/
vsintegration/
# Explicitly unformatted implementation files
src/FSharp.Core/**/*.fs
src/Compiler/**/*.fs
src/fsc/**/*.fs
src/fscAnyCpu/**/*.fs
src/FSharp.Build/**/*.fs
src/FSharp.Compiler.Interactive.Settings/**/*.fs
src/FSharp.Compiler.Server.Shared/**/*.fs
src/FSharp.DependencyManager.Nuget/**/*.fs
src/fsi/**/*.fs
src/fsiAnyCpu/**/*.fs
src/Microsoft.FSharp.Compiler/**/*.fs
# Fantomas limitations on signature files (to investigate)
src/Compiler/AbstractIL/ilread.fsi
src/Compiler/Utilities/range.fsi
src/Compiler/Facilities/prim-parsing.fsi
src/Compiler/Utilities/TaggedCollections.fsi
src/Compiler/Service/ServiceDeclarationLists.fsi
# Fantomas limitations on signature files in FSharp.Core (to investigate)
src/FSharp.Core/fslib-extra-pervasives.fsi
src/FSharp.Core/Nullable.fsi
src/FSharp.Core/prim-types-prelude.fsi
src/FSharp.Core/prim-types.fsi
src/FSharp.Core/list.fsi
src/FSharp.Core/Query.fsi
src/FSharp.Core/resumable.fsi
src/FSharp.Core/async.fsi
# Fantomas limitations on signature files in FSharp.Core (https://github.com/fsprojects/fantomas/issues/2230)
src/FSharp.Core/array.fsi
src/FSharp.Core/tasks.fsi
src/FSharp.Core/seq.fsi
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册