Skip to content

Instantly share code, notes, and snippets.

@backslash-f
Last active July 12, 2022 07:30
Show Gist options
  • Save backslash-f/59e14388333d6647f53336df454c3266 to your computer and use it in GitHub Desktop.
Save backslash-f/59e14388333d6647f53336df454c3266 to your computer and use it in GitHub Desktop.
Gist for Sublime Settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme",
"default_line_ending": "unix",
"dictionary": "Packages/Language - English/en_US.dic",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"font_size": 17,
"gpu_window_buffer": false,
"ignored_packages":
[
"Vintage",
],
"open_files_in_new_window": false,
"rulers":
[
80
],
"spell_check": true,
"theme": "Adaptive.sublime-theme",
"show_encoding": true,
"added_words":
[
"Fernandes",
"scrollable",
"Heikin",
"Ashi",
],
"ignored_words":
[
"https"
],
"folder_exclude_patterns": [".svn", ".hg", "CVS", ".Trash", ".Trash-*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment