Skip to content

Instantly share code, notes, and snippets.

@adamduren
Created October 28, 2014 21:34
Show Gist options
  • Save adamduren/ca45d1fe5eb891eb226c to your computer and use it in GitHub Desktop.
Save adamduren/ca45d1fe5eb891eb226c to your computer and use it in GitHub Desktop.
Sublime Settings
{
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"shift_tab_unindent": true,
"show_line_endings": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment