Skip to content

Instantly share code, notes, and snippets.

@luis-pinheiro
Created June 9, 2017 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luis-pinheiro/8b41b6c6d6f26252d2588b36ae913e76 to your computer and use it in GitHub Desktop.
Save luis-pinheiro/8b41b6c6d6f26252d2588b36ae913e76 to your computer and use it in GitHub Desktop.
Workflow
{
"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