Created
June 9, 2017 12:15
-
-
Save luis-pinheiro/8b41b6c6d6f26252d2588b36ae913e76 to your computer and use it in GitHub Desktop.
Workflow
This file contains hidden or 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
{ | |
"html": { | |
"brace_style": "collapse", | |
"indent_char": " ", | |
"indent_scripts": "normal", | |
"indent_size": 6, | |
"max_preserve_newlines": 1, | |
"preserve_newlines": true, | |
"unformatted": ["a", "sub", "sup", "b", "i", "u"], | |
"wrap_line_length": 0 | |
}, | |
"css": { | |
"indent_char": " ", | |
"indent_size": 4 | |
}, | |
"js": { | |
"indent_size": 2, | |
"indent_char": " ", | |
"indent_level": 0, | |
"indent_with_tabs": false, | |
"preserve_newlines": true, | |
"max_preserve_newlines": 2, | |
"jslint_happy": true | |
}, | |
"sql": { | |
"indent_size": 4, | |
"indent_char": " ", | |
"indent_level": 0, | |
"indent_with_tabs": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment