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
f945c38338
atom-beautify
/
examples
/
nested-jsbeautifyrc
/
elm
/
expected
/
test.elm
10 lines
74 B
Elm
Raw
Normal View
History
Unescape
Escape
Add support for Elm
2015-12-10 06:42:08 -07:00
module
Main
(..)
where
addThings
x
y
=
updated elm examples to v0.2
2016-04-14 06:05:18 -06:00
x
+
y
Add support for Elm
2015-12-10 06:42:08 -07:00
main
=
updated elm examples to v0.2
2016-04-14 06:05:18 -06:00
addThings
4
5