Skip to content

Instantly share code, notes, and snippets.

@zero-tuesday
Created September 24, 2020 06:48
Show Gist options
  • Save zero-tuesday/6d0b0c508202d87ac2cffaac96a479e0 to your computer and use it in GitHub Desktop.
Save zero-tuesday/6d0b0c508202d87ac2cffaac96a479e0 to your computer and use it in GitHub Desktop.
sublime text config
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Sixteen.sublime-color-scheme",
"dictionary": "Packages/Language - English/en_US.dic",
"draw_indent_guides": true,
"draw_minimap_border": true,
"draw_white_space": "selection",
"fade_fold_buttons": false,
"find_selected_text": true,
"fold_buttons": true,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"line_numbers": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 20,
"remember_open_files": true,
"rulers":
[
79
],
"scroll_past_end": false,
"scroll_speed": 2.0,
"shift_tab_unindent": true,
"show_encoding": true,
"spell_check": true,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_space": true,
"trim_automatic_white_space": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment