Skip to content

Commit 156950c

Browse files
committed
changed readme
1 parent 97271eb commit 156950c

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

README.md

-32
Original file line numberDiff line numberDiff line change
@@ -42,38 +42,6 @@ var indented = indent.indentJS(code, ' ');
4242
console.log(indented);
4343
```
4444

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-
7745
---
7846

7947
This project is great for code editors and file watchers. I'd love to hear about how your projects use indent.js.

0 commit comments

Comments
 (0)