зеркало из https://github.com/dotnet/fsharp.git
147 строки
4.8 KiB
Plaintext
147 строки
4.8 KiB
Plaintext
# Explicitly unformatted directories
|
|
|
|
buildtools/
|
|
docs/
|
|
eng/
|
|
fcs-samples/
|
|
scripts/
|
|
setup/
|
|
tests/
|
|
vsintegration/*
|
|
!vsintegration/src/FSharp.Editor
|
|
!vsintegration/tests/FSharp.Editor.Tests
|
|
artifacts/
|
|
|
|
# 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
|
|
src/Compiler/Driver/CompilerImports.fs
|
|
|
|
src/Compiler/DependencyManager/AssemblyResolveHandler.fs
|
|
src/Compiler/DependencyManager/DependencyProvider.fs
|
|
src/Compiler/DependencyManager/NativeDllResolveHandler.fs
|
|
|
|
src/Compiler/Facilities/BuildGraph.fs
|
|
src/Compiler/Facilities/CompilerLocation.fs
|
|
src/Compiler/Facilities/DiagnosticOptions.fs
|
|
src/Compiler/Facilities/DiagnosticResolutionHints.fs
|
|
src/Compiler/Facilities/DiagnosticsLogger.fs
|
|
src/Compiler/Facilities/LanguageFeatures.fs
|
|
src/Compiler/Facilities/Logger.fs
|
|
src/Compiler/Facilities/prim-lexing.fs
|
|
src/Compiler/Facilities/prim-parsing.fs
|
|
src/Compiler/Facilities/ReferenceResolver.fs
|
|
src/Compiler/Facilities/SimulatedMSBuildReferenceResolver.fs
|
|
src/Compiler/Facilities/TextLayoutRender.fs
|
|
|
|
src/Compiler/Interactive/ControlledExecution.fs
|
|
src/Compiler/Interactive/fsi.fs
|
|
|
|
src/Compiler/Legacy/LegacyHostedCompilerForTesting.fs
|
|
src/Compiler/Legacy/LegacyMSBuildReferenceResolver.fs
|
|
|
|
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 limitation https://github.com/fsprojects/fantomas/issues/2264
|
|
|
|
src/FSharp.Core/SI.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
|
|
|
|
# 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
|