Skip to content

elm-format formats Elm source code according to a standard set of rules based on the official Elm Style Guide

License

Notifications You must be signed in to change notification settings

rlefevre/elm-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status experimental

elm-format

elm-format is the official source code formatter for Elm.

Basic Usage

elm-format Main.elm

Development info

Building from source

git clone https://github.com/avh4/elm-format.git
cd elm-format
cabal sandbox init --sandbox=.cabal-sandbox
cabal install -j
.cabal-sandbox/bin/elm-format --help

Running tests

cabal configure --enable-tests
./tests/run-tests.sh

About

elm-format formats Elm source code according to a standard set of rules based on the official Elm Style Guide

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 47.8%
  • Elm 26.4%
  • JavaScript 13.1%
  • HTML 8.4%
  • Python 1.5%
  • Shell 1.2%
  • Other 1.6%