.fantomasignore 1.9 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11
# Explicitly unformatted directories

buildtools/
docs/
eng/
fcs-samples/
scripts/
service/
setup/
tests/
vsintegration/
12
artifacts/
13 14 15

# Explicitly unformatted implementation files

D
Don Syme 已提交
16 17
src/Compiler/Checking/**/*.fs
src/Compiler/DependencyManager/**/*.fs
18
src/Compiler/Facilities/**/*.fs
D
Don Syme 已提交
19 20 21 22 23 24
src/Compiler/Interactive/**/*.fs
src/Compiler/Legacy/**/*.fs
src/Compiler/Optimize/**/*.fs
src/Compiler/Service/**/*.fs
src/Compiler/Symbols/**/*.fs
src/Compiler/TypedTree/**/*.fs
25

26 27 28 29
# Explicitly unformatted file that needs more care to get it to format well

src/Compiler/SyntaxTree/LexFilter.fs

D
Don Syme 已提交
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
# Fantomas limitations on implementation files in FSharp.Core (to investigate)

src/FSharp.Core/array2.fs
src/FSharp.Core/array3.fs
src/FSharp.Core/Linq.fs
src/FSharp.Core/local.fs
src/FSharp.Core/nativeptr.fs
src/FSharp.Core/prim-types-prelude.fs
src/FSharp.Core/prim-types.fs
src/FSharp.Core/printf.fs
src/FSharp.Core/Query.fs
src/FSharp.Core/seqcore.fs

# Fantomas limitation https://github.com/fsprojects/fantomas/issues/2264

src/FSharp.Core/SI.fs

47 48
# Fantomas limitations on implementation files  (to investigate)

49
src/Compiler/AbstractIL/ilwrite.fs
50 51
src/Compiler/Utilities/lib.fs

52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
# 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