Skip to content

Instantly share code, notes, and snippets.

@keegoid
Created December 21, 2019 20:53
Show Gist options
  • Save keegoid/7aeca2a1b4665562f06a771c1c058a2a to your computer and use it in GitHub Desktop.
Save keegoid/7aeca2a1b4665562f06a771c1c058a2a to your computer and use it in GitHub Desktop.
User settings for .jsbeautifyrc in Sublime Text 3
{
"all": {
"end_with_newline": true,
"indent_size": 2
},
"custom": {
"*.sublime-@(settings|keymap|commands|menu)": {
"indent_size": 2,
"brace_style": "expand"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment