Skip to content

Instantly share code, notes, and snippets.

@phaistonian
Last active August 29, 2015 14:27
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 phaistonian/a8a90199549502ca05e3 to your computer and use it in GitHub Desktop.
Save phaistonian/a8a90199549502ca05e3 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"build_on_save": false,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default": "Default.sublime-theme",
"detect_indentation": false,
"draw_indent_guides": true,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "Greek (ISO 8859-7)",
"file_exclude_patterns":
[
"*.zip",
"*.psd",
"*.sketch",
".DS_Store"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
".sass-cache",
"min",
"node_modules",
"dist",
"build",
"vendor",
".sync"
],
"font_face": "Fira Code",
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignore_inodes": true,
"ignored_packages":
[
"TrailingSpaces",
"EasyMotion",
"ColorPicker",
"TernJS",
"Open-Include",
"FileSystem Autocompletion",
"Modific",
"Vintage",
"GitGutter",
"Emmet",
"CodeFormatter",
"sublime-EasyMotion",
"SublimeCodeIntel",
"LiveStyle"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_style": "space",
"line_padding_bottom": 2,
"line_padding_top": 2,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
140
],
"scroll_past_end": true,
"soda_classic_tabs": false,
"tab_size": 2,
"tabs_small": true,
"theme": "Material-Theme.sublime-theme",
"translate_spaces_to_tabs": false,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment