Skip to content

Commit

Permalink
Use "auto" "word_wrap".
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpcmcquen authored Aug 27, 2023
1 parent 07c4db5 commit 5d15bc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SublimeText/Preferences.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"vendor/**"
],
"block_caret": true,
"color_scheme": "Packages/User/Witness.sublime-color-scheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"draw_indent_guides": false,
Expand All @@ -49,7 +48,7 @@
"fallback_encoding": "UTF-8",
"font_face": "Office Code Pro D",
"font_options": ["no_liga", "no_clig", "no_calt"],
"font_size": 14,
"font_size": 16,
"ignored_packages":
[
"Vintage",
Expand Down Expand Up @@ -131,5 +130,6 @@
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": "all",
"trim_only_modified_white_space": false,
"word_wrap": false,
"word_wrap": "auto",
"color_scheme": "Witness.sublime-color-scheme",
}

0 comments on commit 5d15bc8

Please sign in to comment.