Skip to content

Instantly share code, notes, and snippets.

@TheConnMan
Created July 4, 2015 21:55
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 TheConnMan/d0a254a7ce2dce43f9a6 to your computer and use it in GitHub Desktop.
Save TheConnMan/d0a254a7ce2dce43f9a6 to your computer and use it in GitHub Desktop.
Atom Configs
{
"html": {
"brace_style": "collapse",
"indent_char": "\t",
"indent_scripts": "normal",
"indent_size": 1,
"max_preserve_newlines": 1,
"preserve_newlines": true,
"unformatted": ["a", "sub", "sup", "b", "i", "u"],
"wrap_line_length": 0,
"indent_inner_html": true
},
"css": {
"indent_char": "\t",
"indent_size": 1,
"newline_between_rules": true,
"force_indentation": true
},
"js": {
"indent_size": 1,
"indent_char": "\t",
"preserve_newlines": true,
"max_preserve_newlines": 2,
"jslint_happy": false,
"space_after_anon_function": false
},
"sql": {
"indent_with_tabs": true
},
"language": {
"css_beautify_on_save": true,
"html_beautify_on_save": true,
"js_beautify_on_save": true,
"json_beautify_on_save": true,
"markdown_beautify_on_save": true,
"sql_beautify_on_save": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment