Skip to content

Instantly share code, notes, and snippets.

@ambroisemaupate
Last active February 7, 2016 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ambroisemaupate/b1cf8beae4d0321852c2 to your computer and use it in GitHub Desktop.
Save ambroisemaupate/b1cf8beae4d0321852c2 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"Seti_in_4_a_treat": true,
"Seti_rainbow": true,
"Seti_tabs_small": true,
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
"caret_style": "blink",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"debug": false,
"draw_white_space": "all",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
".AppleDouble",
".DS_Store",
".idea"
],
"font_size": 12,
"gpu_window_buffer": true,
"highlight_line": true,
"highlight_modifed_tabs": true,
"ignored_packages":
[
"Doctypes",
"FTPSync",
"Gist",
"ImageMagick",
"JSON Reindent",
"Phpcs",
"Sass",
"Seti_UX",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 3,
"match_brackets_braces": true,
"match_brackets_content": true,
"material_theme_accent_yellow": true,
"material_theme_contrast_mode": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": false,
"material_theme_tabs_autowidth": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"remember_open_files": false,
"rulers":
[
80,
120
],
"tab_size": 4,
"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