Skip to content

Instantly share code, notes, and snippets.

@ClementParis016
Created December 9, 2015 11:21
Show Gist options
  • Save ClementParis016/07635593eea55017b1de to your computer and use it in GitHub Desktop.
Save ClementParis016/07635593eea55017b1de to your computer and use it in GitHub Desktop.
Sublime Text 3 custom settings
{
// System
"folder_exclude_patterns": [],
"ignored_packages": [
"SublimeLinter",
"Vintage"
],
// Formatting
"tab_size": 4,
"tabs_small": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
// UI settings
"bold_folder_labels": true,
"overlay_scroll_bars": "enabled",
"scroll_speed": 5.0,
"caret_style": "phase",
"caret_extra_width": 2,
"always_show_minimap_viewport" : true,
"highlight_line": true,
"indent_guide_options": [
"draw_normal",
"draw_active"
],
"font_face": "Hack",
"line_padding_bottom": 3,
"line_padding_top": 3,
// Theme settings
"theme": "Material-Theme.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"material_theme_small_statusbar": true,
"material_theme_tabs_separator": true,
"material_theme_panel_separator": true,
"material_theme_tabs_autowidth": true,
"material_theme_bold_tab": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment