Skip to content

Instantly share code, notes, and snippets.

@eltercero
Last active May 24, 2021 09:29
Show Gist options
  • Save eltercero/3002264 to your computer and use it in GitHub Desktop.
Save eltercero/3002264 to your computer and use it in GitHub Desktop.
Sublime settings
{
"show_full_path": true,
"animation_enabled": false,
"check_for_rbenv": true,
"color_scheme": "Packages/User/eltercero_reprise.tmTheme",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"*.el",
"*.log",
"*.byebug_history"
],
"folder_exclude_patterns":
[
"log",
".svn",
".git",
".hg",
"CVS",
"tmp",
"public",
"test_results"
],
"font_face": "Iosevka",
"font_options":
[
"gray_antialias"
],
"font_size": 17.0,
"highlight_line": true,
"ignored_packages":
[
"Elixir",
"ERB Snippets",
"Vintage",
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"margin": 10,
"open_files_in_new_window": false,
"run_rspec_command": "/usr/local/bin/rbenv exec rspec {relative_path}",
"run_single_rspec_command": "/usr/local/bin/rbenv exec rspec {relative_path}:{line_number}",
"save_on_focus_lost": true,
"scroll_past_end": true,
"show_definitions": false,
"show_encoding": true,
"show_line_endings": true,
"show_sidebar_disclosure": "false",
"show_tab_navigation": "false",
"spacegray_sidebar_font_xlarge": true,
"spacegray_sidebar_tree_normal": true,
"spacegray_tabs_font_xlarge": true,
"spacegray_tabs_normal": true,
"spell_check": false,
"tab_size": 2,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment