Skip to content

Instantly share code, notes, and snippets.

@rwrrll
Last active September 28, 2016 13:27
Show Gist options
  • Save rwrrll/d9e32b2a478f9030f552 to your computer and use it in GitHub Desktop.
Save rwrrll/d9e32b2a478f9030f552 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme",
"create_window_at_startup": false,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_face": "SF Mono Regular",
"font_size": 10.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"original_color_scheme": "Packages/User/Color Highlighter/themes/Monokai.tmTheme",
"rulers":
[
80
],
"show_minimap": false,
"sublimelinter_executable_map":
{
"ruby": "~/.rbenv/shims/ruby"
},
"tab_size": 2,
"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