Skip to content

Instantly share code, notes, and snippets.

@wehrhaus
Last active November 14, 2016 16:37
Show Gist options
  • Save wehrhaus/8fdb95e8fcc0679cfa5b to your computer and use it in GitHub Desktop.
Save wehrhaus/8fdb95e8fcc0679cfa5b to your computer and use it in GitHub Desktop.
Sublime Text Preferences.sublime-settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Material-Theme-OceanicNext (SL).tmTheme",
"default_line_ending": "unix",
"font_face": "Hack",
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"material_theme_accent_lime": true,
"material_theme_bold_tab": true,
"material_theme_contrast_mode": true,
"material_theme_disable_tree_indicator": false,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
60,
120
],
"show_minimap": false,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": 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