Skip to content

Instantly share code, notes, and snippets.

@nytr0gen
Last active May 12, 2016 11:52
Show Gist options
  • Save nytr0gen/c50b42c77173efd0a7d9 to your computer and use it in GitHub Desktop.
Save nytr0gen/c50b42c77173efd0a7d9 to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"codeintel_syntax_map":
{
"JavaScript": "Node.js"
},
"color_scheme": "Packages/User/SublimeLinter/Monokai - Spacegray (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".git",
".idea"
],
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"rulers":
[
79,
88,
110
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"shift_tab_unindent": true,
"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