Skip to content

Instantly share code, notes, and snippets.

@musaid
Created March 12, 2017 15:13
Show Gist options
  • Save musaid/ccd3a4a5ac2cc73809d12b171c3fae95 to your computer and use it in GitHub Desktop.
Save musaid/ccd3a4a5ac2cc73809d12b171c3fae95 to your computer and use it in GitHub Desktop.
sublime-settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"fade_fold_buttons": false,
"font_face": "monaco",
"font_options":
[
// "subpixel_antialias"
"gray_antialias"
],
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"rulers":
[
80
],
"material_theme_accent_red": true,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme-Darker.sublime-theme",
"wide_caret": true,
"scroll_past_end": true,
"tab_size": 4,
"tab_completion": false,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
// "vintage_start_in_command_mode": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment