Skip to content

Instantly share code, notes, and snippets.

@jason-witter
Created April 16, 2022 16:37
Show Gist options
  • Save jason-witter/cbd6c173bab69c130d4b61707af1096b to your computer and use it in GitHub Desktop.
Save jason-witter/cbd6c173bab69c130d4b61707af1096b to your computer and use it in GitHub Desktop.
Sublime User Preferences
{
"color_inactive_tabs": true,
"color_scheme": "Packages/Railscasts Extended/Railscasts Extended.tmTheme",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"folder_exclude_patterns":
[
"node_modules",
"packs-test"
],
"font_face": "Operator Mono Book",
"font_options":
[
"gray_antialias",
"subpixel_antialias",
"directwrite"
],
"font_size": 17,
"ignored_packages":
[
"Vintage",
],
"rulers":
[
150
],
"shell_exec_executable": "/bin/bash",
"shell_exec_executable_option": "--login",
"shell_exec_title": "Shell Exec",
"tab_size": 2,
"tabs_small": true,
"theme": "Afterglow-blue.sublime-theme",
"translate_tabs_to_spaces": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment