Skip to content

Commit

Permalink
Adds JS and CSS beautifier defaults.
Browse files Browse the repository at this point in the history
The settings are all up for debate.
  • Loading branch information
oalders committed Jun 14, 2014
1 parent b9c787c commit 420f4f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .tidyallrc
Expand Up @@ -5,3 +5,11 @@ argv = --profile=$ROOT/.perltidyrc

[SortLines]
select = .gitignore

[CSSUnminifier]
select = root/static/**/*.css
argv = -w=4

[JSBeautify]
select = root/static/**/*.js
argv = --indent-size 4 --brace-style expand

0 comments on commit 420f4f2

Please sign in to comment.