This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
atom-beautify
mirror of
https://github.com/Glavin001/atom-beautify.git
Watch
1
Star
0
Fork
You've already forked atom-beautify
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
12d03146b7
atom-beautify
/
examples
/
nested-jsbeautifyrc
/
elm
/
expected
/
test.elm
10 lines
81 B
Elm
Raw
Normal View
History
Unescape
Escape
Switch elm-format to using Executables
2017-06-03 23:43:02 -06:00
module
Main
exposing
(..)
Add support for Elm
2015-12-10 06:42:08 -07:00
addThings
x
y
=
Switch elm-format to using Executables
2017-06-03 23:43:02 -06:00
x
+
y
Add support for Elm
2015-12-10 06:42:08 -07:00
main
=
Switch elm-format to using Executables
2017-06-03 23:43:02 -06:00
addThings
4
5