Skip to content

Commit

Permalink
Update Preferences.sublime-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyking committed Jan 29, 2020
1 parent c431361 commit 2cb6038
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Preferences.sublime-settings
Expand Up @@ -2,9 +2,11 @@
"added_words":
[
"antialiasing",
"podcast"
"podcast",
"autocomplete",
"screenshot"
],
"color_scheme": "Packages/User/Color Scheme - Custom/Solarized Earth 2.tmTheme",
"color_scheme": "Packages/User/Color Scheme - Custom/Cool Grey City.tmTheme",
"detect_indentation": false,
"detect_slow_plugins": true,
"dictionary": "Packages/Language - English/en_US.dic",
Expand All @@ -26,7 +28,7 @@
".git",
".*"
],
"font_face": "SF Mono",
"font_face": "Jetbrains Mono",
"font_size": 15,
"gpu_window_buffer": false,
"gravity_highlight_color_blue": true,
Expand All @@ -36,6 +38,7 @@
"gravity_tab_height_tall": false,
"gravity_title_bar": true,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
Expand All @@ -47,14 +50,13 @@
"dlig",
"liga"
],
"line_padding_bottom": -1,
"line_padding_top": -1,
"line_padding_bottom": 1,
"line_padding_top": 1,
"scroll_past_end": true,
"spell_check": true,
"tab_size": 4,
"tabs_large": true,
"tabs_medium": true,
"theme": "Reverse Gravity.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": false
"word_wrap": true
}

0 comments on commit 2cb6038

Please sign in to comment.