Daniel Stockman
f418a6a09f
Add missing semicolon. Fixes #420
2014-03-05 10:45:55 -08:00
Daniel Stockman
3f79e7faef
Merge pull request #416 from ggalmazor/master
...
Fixed require.js support
2014-02-24 09:33:00 -08:00
Guille
432ad93975
Fixed require.js support following instructions from https://github.com/jrburke/r.js/issues/558#issuecomment-33546625
2014-02-24 11:41:47 +01:00
Guille
3ce7333f46
Fixes to requirejs define blocks
2014-02-24 11:22:14 +01:00
Einar Lielmanis
e7dd26ae26
Add SynWrite / JSFormat
2014-02-20 16:21:32 +02:00
Einar Lielmanis
b1b9f96364
Make "make gh" task saner
2014-02-18 13:43:43 +02:00
Einar Lielmanis
ed5b72fce6
Tiny cleanups
2014-02-18 13:41:39 +02:00
Einar Lielmanis
339474ac2b
Add StackoverflowCodeBeautify by @MakingOddEdit
2014-02-18 13:40:09 +02:00
Einar Lielmanis
a1df53772d
Link update: burp suite jsbeautifier moved to github
2014-02-04 15:32:02 +02:00
Einar Lielmanis
12d67f3561
Nudge the python p.acker detection
...
Sometimes the params are called p.a.c.k.e.d as well.
Probably it'd be best to make the detection similar to javascript, but
that's something for another day.
2014-02-03 01:22:44 +02:00
Einar Lielmanis
44c6b9c948
Grunt plugin by @vkadam
2014-01-09 08:56:48 +02:00
Einar Lielmanis
5fb8b0de8f
To hell with the paypal button
2014-01-09 08:51:53 +02:00
Daniel Stockman
f416b0b0a4
Fix CSS pseudo-class and pseudo-element formatting. Closes #363
2013-11-22 17:01:40 -08:00
Daniel Stockman
0e73419476
Lint beautify-css.js
2013-11-22 13:13:45 -08:00
Einar Lielmanis
e5c51935b9
Add link to web-beautify for emacs
2013-11-18 03:13:37 +02:00
Einar Lielmanis
13e8132417
Improve un.p.acker detection, fix #357
2013-11-13 14:01:59 +02:00
Liam Newman
4e0dd41ffd
Merge pull request #353 from mokkabonna/single-line-comment
...
Added single line comment support in less/sass for javascript parser
2013-11-10 20:31:10 -08:00
Martin Hansen
564b84a3d1
Added python implementation with tests
2013-11-10 23:13:56 +01:00
Martin Hansen
97899836a7
Removed redundant testcase
2013-11-10 20:31:25 +01:00
Martin Hansen
b3197e7c69
Added support for single line comments at end of line
2013-11-10 19:50:28 +01:00
Martin Hansen
8d27ea1976
Added a couple more testcases
2013-11-10 16:16:04 +01:00
Martin Hansen
3fc505d0ff
Moved tests to right section
2013-11-09 15:36:56 +01:00
Martin Hansen
19f1367a38
Added single line comment support
2013-11-09 12:23:32 +01:00
Liam Newman
8875507129
1.4.2
v1.4.2
2013-11-08 13:04:49 -08:00
Liam Newman
2768d14476
Python 1.4.2
2013-11-08 13:03:09 -08:00
Liam Newman
1c547b70e0
bower - 1.4.2
2013-11-08 12:56:31 -08:00
Liam Newman
a731c78514
Merge pull request #343 from sorich87/master
...
Added bower.json
2013-11-08 12:55:42 -08:00
Liam Newman
895b559611
bower.json
2013-11-08 12:55:15 -08:00
Liam Newman
8942be98eb
Merge pull request #349 from funman/master
...
import errno for errno.EEXIST
2013-11-07 13:55:15 -08:00
Rafaël Carré
c2f5752c6c
import errno for errno.EEXIST
2013-11-06 12:42:09 +01:00
Liam Newman
c1229908cd
Merge pull request #344 from jsonn/patch-1
...
Typo
2013-10-27 13:28:46 -07:00
Joerg Sonnenberger
c87fad31b7
Typo
2013-10-27 19:56:17 +01:00
Ulrich Sossou
b1898d93f7
Added bower.json
2013-10-25 13:11:03 +01:00
Liam Newman
b85b8e645f
One more wrap_line_length parsing issue
...
Fixes #342
2013-10-24 16:16:09 -07:00
Liam Newman
48c31094ad
Fix web tests for css_beautify
...
css beautify now has tests. Make them work on the web.
2013-10-17 12:39:03 -07:00
Daniel Stockman
42fbfe36e5
Merge branch 'python-cssbeautifier'
2013-10-17 11:52:24 -07:00
Daniel Stockman
0e18f39a1b
Merge branch 'master' into python-cssbeautifier
...
Conflicts:
js/test/beautify-tests.js
2013-10-17 11:49:59 -07:00
Daniel Stockman
c1b7f1a388
Pass css_beautify to run_beautifier_tests in node_beautifier_tests. Fixes #337
2013-10-17 11:37:22 -07:00
Thorben Bochenek
119202c0ec
correct options comment
2013-10-16 10:37:36 +02:00
Thorben Bochenek
ba9ca2fc41
change option selector_separator to selector_separator_newline
2013-10-16 09:41:04 +02:00
Thorben Bochenek
caaa29f772
revert accidentally checked in change to run-tests
2013-10-15 11:59:56 +02:00
Thorben Bochenek
7ae048953c
fix header newline bug
2013-10-15 11:50:52 +02:00
Thorben Bochenek
07f0dca665
provide tests for beautify-css.js
2013-10-15 11:49:47 +02:00
Thorben Bochenek
51ac378392
remove "remove trailing zeros"
...
add new option "selector_separator" which determines which string should separate selectors, e.g. setting it to '\n' results in 'a,\nbr', setting it to ' ' in 'a, br'
2013-10-15 10:57:01 +02:00
Liam Newman
da0323d551
Merge pull request #334 from dertseha/win_home
...
Making .jsbeautifyrc resolve work (in general and for Windows re home dir)
2013-10-14 10:00:28 -07:00
Thorben Bochenek
93604b1b31
Initial version of a python port of the existing css-beautify. Tried to keep options and functionality and even code-flow as close as possible to the original version to make future updates easier.
...
Included unit tests suggest that the formatting works okay, best would be if these unit tests will be ported to the js-version also
2013-10-14 17:06:09 +02:00
Thorben Bochenek
7a45f93194
add option "remove_trailing_zero"
...
the option is disabled by default and will remove trailing zeros from floating point values (e.g. 0.9 to .9)
2013-10-14 16:57:53 +02:00
Thorben Bochenek
b63dc533e7
don't add a newline between "{" and "}" when there is nothing in-between
...
before ".tabs {}" resulted in ".tabs {\n}". The rule is of course useless but a popular starting point
2013-10-14 16:36:56 +02:00
Thorben Bochenek
210dd48ae7
introduce new option "end_with_newline".
...
The default value is "false" and this will make sure that the output ends with a newline ("\n")
2013-10-14 16:31:42 +02:00
Thorben Bochenek
35c34d8450
add a newline after header-comments
2013-10-14 16:16:25 +02:00