IssueLink
Online Free Javascript Beautifier
커뮤니티
(Community)
커뮤니티 베스트
커뮤니티 골라보기
커뮤니티 이슈 태그
영상
(Video)
영상 베스트
뉴스
(News)
국내 뉴스
해외 뉴스
도구
(Tools)
실시간 대기 오염 측정
실시간 지진 정보
단축 URL 원본 주소 복원
Base64 Encode/Decode
Image Convert Base64
Minify CSS
Javascript Beautifier
Javascript Minifier
My IP Address
Articles
Blog
Culture Articles
Travel Articles
Cuisine Articles
Culture Articles
Health Articles
Travel Articles
History Articles
Investment Articles
Development Articles
앱(App)
이슈링크(ANDROID)
이슈링크(IOS)
NewsLink App
북마크
Javascript
Beautify Javascript
Options
Indent with a tab character
Indent with 2 spaces
Indent with 3 spaces
Indent with 4 spaces
Indent with 8 spaces
Remove all extra newlines
Allow 1 newline between tokens
Allow 2 newlines between tokens
Allow 5 newlines between tokens
Allow 10 newlines between tokens
Allow unlimited newlines between tokens
Do not wrap lines
Wrap lines near 40 characters
Wrap lines near 70 characters
Wrap lines near 80 characters
Wrap lines near 110 characters
Wrap lines near 120 characters
Wrap lines near 160 characters
Braces with control statement
Braces on own line
End braces on own line
Attempt to keep braces where they are
HTML <style>, <script> formatting:
Keep indent level of the tag
Add one indent level
Separate indentation
End script and style with newline?
Support e4x/jsx syntax
Use comma-first list style?
Detect packers and obfuscators?
Preserve inline braces/code blocks?
Keep array indentation?
Break lines on chained methods?
Space before conditional: "if(x)" / "if (x)"
Unescape printable chars encoded as \xNN or \uNNNN?
Use JSLint-happy formatting tweaks?
Indent <head> and <body> sections?
Description
The javascript beautifier makes minified scripts easy to understand.
JS Beautifier is a scripting plugin, based on scripts from
jsbeautifier.org
and basically doing same things as tool on mentioned web site
This page uses
github : js-beautify
. Thank you.