Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save novasky-zz/20718416da1dbcd5490dbf92b3e782bd to your computer and use it in GitHub Desktop.
Save novasky-zz/20718416da1dbcd5490dbf92b3e782bd to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/base16-ocean.dark (SL).tmTheme",
"detect_indentation": false,
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": -1,
"overlay_scroll_bars": "disabled",
"rulers":
[
120,
80
],
"shift_tab_unindent": true,
"show_encoding": true,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment