Skip to content

Instantly share code, notes, and snippets.

@marco-martins
Last active November 6, 2017 16:12
Show Gist options
  • Save marco-martins/d7b9c8fea338e1ca3afb to your computer and use it in GitHub Desktop.
Save marco-martins/d7b9c8fea338e1ca3afb to your computer and use it in GitHub Desktop.
Sublime Settings
{
"color_scheme": "Packages/User/Sunburst.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 14.5,
//"font_face": "Fira Code",
// "font_options": [
// "gray_antialias"
// ],
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"material_theme_accent_yellow": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_disable_folder_animation": true,
"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",
"sublimelinter": "save-only",
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
"line_padding_bottom": 1,
"line_padding_top": 1,
"copy_with_empty_selection": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment