Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .jsbeautifyrc.defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
// [keep|separate|normal]
"indent_scripts": "keep",

// List of tags that should not be reformatted
"unformatted": ["a", "span", "img", "code", "pre", "sub", "sup", "em", "strong", "b", "i", "u", "strike", "big", "small", "pre", "h1", "h2", "h3", "h4", "h5", "h6"]
// List of tags that should not be reformatted. This should generally not be needed.
"unformatted": [],
},

"css":
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ When one is found, it stops searching, and it uses those options along with the
// [keep|separate|normal]
"indent_scripts": "keep",

// List of tags that should not be reformatted
"unformatted": ["a", "span", "img", "code", "pre", "sub", "sup", "em", "strong", "b", "i", "u", "strike", "big", "small", "pre", "h1", "h2", "h3", "h4", "h5", "h6"]
// List of tags that should not be reformatted. This should generally not be needed.
"unformatted": []
},

"css":
Expand Down