Skip to content

Instantly share code, notes, and snippets.

@gooocho
Created September 29, 2021 05:43
Show Gist options
  • Save gooocho/6ff6eb48a47f12634a4fd97aa983a21f to your computer and use it in GitHub Desktop.
Save gooocho/6ff6eb48a47f12634a4fd97aa983a21f to your computer and use it in GitHub Desktop.
{
"auto_find_in_selection": true,
"auto_match_enabled": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_indentation": false,
"draw_indent_guides": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Ricty Diminished",
"font_size": 28,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"match_tags": true,
"rulers":
[
80,
120
],
"shift_tab_unindent": true,
"show_line_endings": true,
"smart_indent": true,
"tab_size": 2,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_newline_glyph": true,
"use_raw_line_edit_theme": true,
"use_tab_stops": false,
"word_wrap": true,
"wrap_width": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment