Skip to content

Instantly share code, notes, and snippets.

@michaelhelmick
Created January 18, 2018 16:45
Show Gist options
  • Save michaelhelmick/6f89cb26fcb4c2fd742e7c779fb383e4 to your computer and use it in GitHub Desktop.
Save michaelhelmick/6f89cb26fcb4c2fd742e7c779fb383e4 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "solid",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Palenight.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"titanium/build",
"*/static/*",
"*/node_modules/*",
"*/js-build/*",
"*/migrations/*"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_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,
"overlay_scroll_bars": "enabled",
"remember_full_screen": true,
"rulers":
[
72,
99
],
"scroll_past_end": true,
"theme": "Material-Theme-Palenight.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment