Skip to content

Instantly share code, notes, and snippets.

@chrisloftus
Last active June 19, 2017 17:10
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 chrisloftus/18df40b7a25a7daf6c22 to your computer and use it in GitHub Desktop.
Save chrisloftus/18df40b7a25a7daf6c22 to your computer and use it in GitHub Desktop.
Sublime Text User Preferences
{
"bold_folder_labels": false,
"binary_file_patterns": ["node_modules/"],
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/itg.dark (SL).tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"font_face": "SourceCodePro-Regular",
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"itg_sidebar_tree_large": true,
"itg_small_tabs": true,
"line_padding_bottom": 5,
"line_padding_top": 5,
"scroll_past_end": true,
"spell_check": false,
"tab_size": 4,
"theme": "itg.flat.dark.sublime-theme",
"translate_tabs_to_spaces": true,
"wide_caret": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment