Skip to content

Instantly share code, notes, and snippets.

@Puriney
Created August 18, 2016 23:34
Show Gist options
  • Save Puriney/3b572e172fa47c3fde6ffb0031add5f1 to your computer and use it in GitHub Desktop.
Save Puriney/3b572e172fa47c3fde6ffb0031add5f1 to your computer and use it in GitHub Desktop.
subl_user_settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Solarized (Light) (SL).tmTheme",
"fade_fold_buttons": false,
"font_size": 16,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"overlay_scroll_bars": "enabled",
"rulers":
[
81
],
"show_encoding": true,
"show_line_endings": true,
"theme": "Boxy Yesterday.sublime-theme",
"theme_sidebar_font_lg": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"wrap_width": 81
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment