Skip to content

Instantly share code, notes, and snippets.

@tomitrescak
Last active May 19, 2016 00:09
Show Gist options
  • Save tomitrescak/f28515f00c7e383cf042a00eabcaf865 to your computer and use it in GitHub Desktop.
Save tomitrescak/f28515f00c7e383cf042a00eabcaf865 to your computer and use it in GitHub Desktop.
Js Beautify configuration for Atom
{
"typescript": {
"indent_size": 2,
"indent_char": " ",
"indent_level": 0,
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 2,
"jslint_happy": true
},
"js": {
"indent_size": 4,
"indent_char": " ",
"indent_level": 0,
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 4,
"jslint_happy": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment