Pretty 0.3.1 released

M

Mateusz Tybura

Changes:
- Code is now using rules files to parse files specified by user
- Rules fixed

Usage: pretty [-language] filename(-s)

Project now need people who will write rules files for another
languages. This is rule file for Ruby:

line.size > 80 !!! Too long line
line =~ /^;/ !!! Don't use ;
line =~ /[$]\w+/ !!! Using global variables is not good idea except that
you are using special variables like $_

If you write rule file for some language please post it to this forum. I
will add ot to project immediately.
 
R

Robert Dober

Changes:
- Code is now using rules files to parse files specified by user
- Rules fixed

Usage: pretty [-language] filename(-s)

Project now need people who will write rules files for another
languages. This is rule file for Ruby:

line.size > 80 !!! Too long line
line =~ /^;/ !!! Don't use ;
really = %{code
; comment
}
line =~ /[$]\w+/ !!! Using global variables is not good idea except that
you are using special variables like $_

are_you_sure = "Make some $money"

Robert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,277
Latest member
VytoKetoReview

Latest Threads

Top