Skip to content

Instantly share code, notes, and snippets.

@FokkeZB
Created December 12, 2014 10:57
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 FokkeZB/ea2beeba7a5e8a0c946a to your computer and use it in GitHub Desktop.
Save FokkeZB/ea2beeba7a5e8a0c946a to your computer and use it in GitHub Desktop.
XML-TSS-JS Prettify
{
"html": {
"indent_char": " ",
"indent_size": 2
},
"css": {
"indent_char": " ",
"indent_size": 2
},
"js": {
"indent_char": " ",
"indent_size": 2,
"allowed_file_extensions": ["js", "json", "jshintrc", "jsbeautifyrc", "tss"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment