-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
During the porting process, I decided to keep the formatting of the Haskell code as close as possible and not use elm-format. The files formatted in this way start with
{- MANUALLY FORMATTED -}The following files still use the old formatting and should be reformatted:
- src/Compiler/AST/Canonical.elm
- src/Compiler/AST/Source.elm
- src/Compiler/AST/Utils/Binop.elm
- src/Compiler/AST/Utils/Shader.elm
- src/Compiler/AST/Utils/Type.elm
- src/Compiler/Compile.elm
- src/Compiler/Data/Index.elm
- src/Compiler/Data/Name.elm
- src/Compiler/Data/OneOrMore.elm
- src/Compiler/Data/Utf8.elm
- src/Compiler/Elm/Compiler/Imports.elm
- src/Compiler/Elm/Float.elm
- src/Compiler/Elm/Interface.elm
- src/Compiler/Elm/Package.elm
- src/Compiler/Elm/String.elm
- src/Compiler/Elm/Version.elm
- src/Compiler/Reporting/Annotation.elm
- src/Compiler/Reporting/Doc.elm
- src/Compiler/Reporting/Error.elm
- src/Compiler/Reporting/Error/Canonicalize.elm
- src/Compiler/Reporting/Error/Syntax.elm
- src/Compiler/Reporting/Render/Code.elm
- src/Compiler/Reporting/Render/Type.elm
- src/Compiler/Reporting/Report.elm
- src/Compiler/Reporting/Suggest.elm
- src/Compiler/Reporting/Warning.elm
Other files that have been added to the original code of the Elm compiler should remain as they are: formatted with elm-format. These are mainly the files in src/Extra and src/Reactor and also
- src/Global.elm
- src/Main.elm
- src/Terminal/Command.elm
Note: In the meantime, some files have been reformatted (see below). I have removed them from the list.
Metadata
Metadata
Assignees
Labels
No labels