Created
December 21, 2019 20:53
-
-
Save keegoid/7aeca2a1b4665562f06a771c1c058a2a to your computer and use it in GitHub Desktop.
User settings for .jsbeautifyrc in Sublime Text 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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