Skip to content

Instantly share code, notes, and snippets.

@cranst0n
Last active October 5, 2018 20:16
Show Gist options
  • Select an option

  • Save cranst0n/a88af22e3cc01b206f30 to your computer and use it in GitHub Desktop.

Select an option

Save cranst0n/a88af22e3cc01b206f30 to your computer and use it in GitHub Desktop.
My SublimeText prefs
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Palenight.tmTheme",
"detect_indentation": true,
"font_face": "Fira Code",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_brba" : true,
"material_theme_arrow_folders": true,
"material_theme_big_fileicons": true,
"material_theme_bold_tab": true,
"material_theme_bullet_tree_indicator": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_tabs_autowidth": true,
"material_theme_tree_headings": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"origami_auto_zoom_on_focus": 0.6,
"overlay_scroll_bars": "enabled",
"remember_open_files": false,
"reveal-on-activate": true,
"rulers":
[
100,
120
],
"smart_indent": true,
"tab_size": 2,
"theme": "Material-Theme-Palenight.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": 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