Skip to content

Instantly share code, notes, and snippets.

@minhth1905
Created May 31, 2019 03:18
Show Gist options
  • Save minhth1905/d2aff4238b9c257eca37ea014429a4d3 to your computer and use it in GitHub Desktop.
Save minhth1905/d2aff4238b9c257eca37ea014429a4d3 to your computer and use it in GitHub Desktop.
{
"onSave": true,
"javascript": {
"indent_size": 2,
"indent_char": " ",
"eol": "auto",
"preserve_newlines": true,
"break_chained_methods": false,
"max_preserve_newlines": 0,
"space_in_paren": false,
"space_in_empty_paren": false,
"jslint_happy": false,
"space_after_anon_function": false,
"keep_array_indentation": false,
"space_before_conditional": true,
"unescape_strings": false,
"wrap_line_length": 0,
"e4x": false,
"end_with_newline": true,
"comma_first": false,
"brace_style": "collapse-preserve-inline"
},
"css": {
"indent_size": 2,
"indentCharacter": " ",
"indent_char": " ",
"selector_separator_newline": true,
"end_with_newline": true,
"newline_between_rules": true,
"eol": "\n"
},
"html": {
"indent_inner_html": true,
"indent_size": 2,
"end_with_newline": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment