Skip to content

Instantly share code, notes, and snippets.

@manfromanotherland
Created October 3, 2016 14:31
Show Gist options
  • Save manfromanotherland/88b12511bbe720011901f4d068e4fdb4 to your computer and use it in GitHub Desktop.
Save manfromanotherland/88b12511bbe720011901f4d068e4fdb4 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"added_words":
[
"Edmundo",
"minification",
"worldview",
"blog",
"blogging",
"Newsweaver",
"Poppulo"
],
"always_show_minimap_viewport": true,
"atomic_save": false,
"binary_file_patterns":
[
"node_modules/*",
"dist/*"
],
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"enable_tab_scrolling": false,
"enable_telemetry": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "Operator Mono",
"font_options":
[
"no_round"
],
"font_size": 18,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"SHS-At-Rule",
"SHS-Bourbon",
"SHS-Bourbon-Neat",
"SHS-Compass-Mixins",
"SHS-Compass-Variables",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_cyan": true,
"material_theme_compact_panel": 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_tree_headings": true,
"overlay_scroll_bars": "enabled",
"remember_full_screen": true,
"scroll_past_end": true,
"scroll_speed": 5.0,
"show_encoding": true,
"show_full_path": true,
"sidebar_large": true,
"spacegray_sidebar_font_large": true,
"spacegray_sidebar_tree_large": true,
"spacegray_tabs_font_large": true,
"spacegray_tabs_large": true,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_spaces_to_tabs": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment