Atom-beautify: Add support for Julia

Created on 11 Feb 2016  路  5Comments  路  Source: Glavin001/atom-beautify

Pointed out by an error box. I'm not sure if there exists a code formating tool for Julia though...

add-beautifier add-language good first issue help wanted

Most helpful comment

See https://github.com/Glavin001/atom-beautify/blob/master/docs/add-languages-and-beautifiers.md for instructions how to add a language and beautifier to Atom-Beautify.

The only blocker for this feature is yourself 馃槈. Pull Requests welcome for implementing this feature. Thanks in advance!

All 5 comments

@kindlychung It looks like Formatting.jl is just a printf-like thing, while here we need something that would reformat Julia code to fit into some coding style.

See https://github.com/Glavin001/atom-beautify/blob/master/docs/add-languages-and-beautifiers.md for instructions how to add a language and beautifier to Atom-Beautify.

The only blocker for this feature is yourself 馃槈. Pull Requests welcome for implementing this feature. Thanks in advance!

+1

Please do not comment with +1 and instead do 馃憤 on the main Issue at the top.

Here is a screenshot:
image

Thank you.

Was this page helpful?
0 / 5 - 0 ratings