Skip to content

Instantly share code, notes, and snippets.

@moustafasamir
Last active April 25, 2017 11:55
Show Gist options
  • Save moustafasamir/cfd19ed70e8a12b8ee322f498792bc50 to your computer and use it in GitHub Desktop.
Save moustafasamir/cfd19ed70e8a12b8ee322f498792bc50 to your computer and use it in GitHub Desktop.
Sublime settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_slow_plugins": false,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_size": 13.0,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 0.5,
"line_padding_top": 0.5,
"rulers":
[
80,
100
],
"show_full_path": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment