Skip to content

Instantly share code, notes, and snippets.

@mwenger1
Last active February 17, 2017 18:21
Show Gist options
  • Select an option

  • Save mwenger1/baa679073096cddf5f02 to your computer and use it in GitHub Desktop.

Select an option

Save mwenger1/baa679073096cddf5f02 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/Eiffel (SL).tmTheme",
"draw_white_space": "all",
"fade_fold_buttons": false,
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"RuboCop",
"JsFormat",
"Vintage",
"GitGutter"
],
"tab_size": 2,
"translate_tab_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