File tree 1 file changed +0
-32
lines changed
1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -42,38 +42,6 @@ var indented = indent.indentJS(code, ' ');
42
42
console .log (indented);
43
43
```
44
44
45
- Comparing with Beautifying
46
- ---
47
-
48
- Where Beautify.js aims to reverse uglify and output js-hint or js-lint compatible syntax, sometimes it
49
- does a little too much if your goal is to just reindent your code.
50
-
51
- Below are some cases that beautify.js does not handle things so well that indent.js handles with ease.
52
-
53
- ### Beautify
54
- ``` javascript
55
- ```
56
-
57
- ### Indent.js
58
- ``` javascript
59
- ```
60
-
61
- ### Beautify
62
- ``` javascript
63
- ```
64
-
65
- ### Indent.js
66
- ``` javascript
67
- ```
68
-
69
- ### Beautify
70
- ``` javascript
71
- ```
72
-
73
- ### Indent.js
74
- ``` javascript
75
- ```
76
-
77
45
---
78
46
79
47
This project is great for code editors and file watchers. I'd love to hear about how your projects use indent.js.
You can’t perform that action at this time.
0 commit comments