Skip to content

Instantly share code, notes, and snippets.

@JulianNorton
Created August 11, 2016 17:25
Show Gist options
  • Save JulianNorton/b1441a124449c1aefba2d92916411dfc to your computer and use it in GitHub Desktop.
Save JulianNorton/b1441a124449c1aefba2d92916411dfc to your computer and use it in GitHub Desktop.
sublime-text 3 user preferences
{
"always_show_minimap_viewport": true,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": ".",
"selector": "source.js"
}
],
"binary_file_patterns":
[
"/node_modules/*",
".meteor/*"
],
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Code-Lover (SL).tmTheme",
"font_face": "Input Mono Narrow",
"font_size": 15,
"theme": "Material-Theme-Darker.sublime-theme",
"ignored_packages":
[
"AngularJS",
"Markdown",
"Python Checker",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_spacegray_small_statusbar": true,
"material_theme_accent_purple": true,
"material_theme_contrast_mode": true,
"mid_line_tabs": true,
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment