Skip to content

Instantly share code, notes, and snippets.

@aguimaraes
Last active September 10, 2015 12:27
Show Gist options
  • Select an option

  • Save aguimaraes/3b91425aa1ab1518037c to your computer and use it in GitHub Desktop.

Select an option

Save aguimaraes/3b91425aa1ab1518037c to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"margin": 0,
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"translate_tabs_to_spaces": true,
"draw_white_space": "none",
// Set to true to removing trailing white space on save
"trim_trailing_white_space_on_save": true,
// Set to true to ensure the last line of the file ends in a newline
// character when saving
"ensure_newline_at_eof_on_save": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment