зеркало из https://github.com/dotnet/fsharp.git
120 строки
4.1 KiB
Plaintext
120 строки
4.1 KiB
Plaintext
# Explicitly unformatted directories
|
|
|
|
buildtools/
|
|
docs/
|
|
eng/
|
|
fcs-samples/
|
|
scripts/
|
|
setup/
|
|
tests/
|
|
vsintegration/*
|
|
!vsintegration/src/FSharp.Editor
|
|
!vsintegration/tests/FSharp.Editor.Tests
|
|
artifacts/
|
|
|
|
# For some reason, it tries to format files from remotes (Processing .\.git\refs\remotes\<remote>\FSComp.fsi)
|
|
.git/
|
|
|
|
# Explicitly unformatted implementation
|
|
src/Compiler/Checking/AccessibilityLogic.fs
|
|
src/Compiler/Checking/AttributeChecking.fs
|
|
src/Compiler/Checking/AugmentWithHashCompare.fs
|
|
src/Compiler/Checking/CheckBasics.fs
|
|
src/Compiler/Checking/CheckComputationExpressions.fs
|
|
src/Compiler/Checking/CheckDeclarations.fs
|
|
src/Compiler/Checking/CheckExpressions.fs
|
|
src/Compiler/Checking/CheckFormatStrings.fs
|
|
src/Compiler/Checking/CheckIncrementalClasses.fs
|
|
src/Compiler/Checking/CheckPatterns.fs
|
|
src/Compiler/Checking/ConstraintSolver.fs
|
|
src/Compiler/Checking/FindUnsolved.fs
|
|
src/Compiler/Checking/import.fs
|
|
src/Compiler/Checking/InfoReader.fs
|
|
src/Compiler/Checking/infos.fs
|
|
src/Compiler/Checking/MethodCalls.fs
|
|
src/Compiler/Checking/MethodOverrides.fs
|
|
src/Compiler/Checking/NameResolution.fs
|
|
src/Compiler/Checking/NicePrint.fs
|
|
src/Compiler/Checking/PatternMatchCompilation.fs
|
|
src/Compiler/Checking/PostInferenceChecks.fs
|
|
src/Compiler/Checking/QuotationTranslator.fs
|
|
src/Compiler/Checking/SignatureConformance.fs
|
|
src/Compiler/Checking/TypeHierarchy.fs
|
|
src/Compiler/Checking/TypeRelations.fs
|
|
|
|
# Incorrectly formatted: https://github.com/dotnet/fsharp/pull/14645/commits/49443a67ea8a17670c8a7c80c8bdf91f82231e91 or https://github.com/fsprojects/fantomas/issues/2733
|
|
# This CompilerImports.fs behavior is not fixed yet, following up in https://github.com/fsprojects/fantomas/issues/2733
|
|
src/Compiler/Driver/CompilerImports.fs
|
|
# The following files were formatted, but the "format, --check" loop is not stable.
|
|
# Fantomas formats them, but still thinks they need formatting
|
|
src/Compiler/Optimize/DetupleArgs.fs
|
|
src/Compiler/Optimize/InnerLambdasToTopLevelFuncs.fs
|
|
src/Compiler/Optimize/LowerCalls.fs
|
|
src/Compiler/Optimize/LowerComputedCollections.fs
|
|
src/Compiler/Optimize/LowerLocalMutables.fs
|
|
src/Compiler/Optimize/LowerSequences.fs
|
|
src/Compiler/Optimize/LowerStateMachines.fs
|
|
src/Compiler/Optimize/Optimizer.fs
|
|
|
|
src/Compiler/Symbols/Exprs.fs
|
|
src/Compiler/Symbols/FSharpDiagnostic.fs
|
|
src/Compiler/Symbols/SymbolHelpers.fs
|
|
src/Compiler/Symbols/SymbolPatterns.fs
|
|
src/Compiler/Symbols/Symbols.fs
|
|
|
|
src/Compiler/TypedTree/CompilerGlobalState.fs
|
|
src/Compiler/TypedTree/QuotationPickler.fs
|
|
src/Compiler/TypedTree/tainted.fs
|
|
src/Compiler/TypedTree/TcGlobals.fs
|
|
src/Compiler/TypedTree/TypedTree.fs
|
|
src/Compiler/TypedTree/TypedTreeBasics.fs
|
|
src/Compiler/TypedTree/TypedTreeOps.fs
|
|
src/Compiler/TypedTree/TypedTreePickle.fs
|
|
src/Compiler/TypedTree/TypeProviders.fs
|
|
# Explicitly unformatted file that needs more care to get it to format well
|
|
|
|
src/Compiler/SyntaxTree/LexFilter.fs
|
|
|
|
# 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 limitations on implementation files (to investigate)
|
|
|
|
src/Compiler/AbstractIL/ilwrite.fs
|
|
src/Compiler/Utilities/lib.fs
|
|
src/Compiler/Service/IncrementalBuild.fs
|
|
src/Compiler/Service/ServiceAssemblyContent.fs
|
|
src/Compiler/Service/ServiceDeclarationLists.fs
|
|
src/Compiler/Service/ServiceErrorResolutionHints.fs
|
|
vsintegration/src/FSharp.Editor/Common/CancellableTasks.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
|