Skip to content

Instantly share code, notes, and snippets.

@Manoz
Created March 25, 2015 22:15
Show Gist options
  • Select an option

  • Save Manoz/25db613c4ef889f5c6fd to your computer and use it in GitHub Desktop.

Select an option

Save Manoz/25db613c4ef889f5c6fd to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme",
"default_line_ending": "unix",
"drag_text": false,
"draw_minimap_border": true,
"enable_tab_scrolling": true,
"fade_fold_buttons": true,
"font_face": "Source Code Pro",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"itg_small_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"numix_xsmall_tabs": true,
"scroll_speed": 1,
"show_encoding": true,
"show_line_endings": true,
"theme": "itg.flat.light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment