Skip to content

Instantly share code, notes, and snippets.

@daguilarm
Last active October 26, 2021 16:53
Show Gist options
  • Save daguilarm/e7765f6cab005bece4250da29539cfe4 to your computer and use it in GitHub Desktop.
Save daguilarm/e7765f6cab005bece4250da29539cfe4 to your computer and use it in GitHub Desktop.
SublimeText settings
{
"always_show_minimap_viewport": true,
"auto_complete_selector": "source, text",
"bold_folder_labels": true,
"findreplace_small": true,
"font_face": "Jetbrains mono",
"font_options":
[
"gray_antialias"
],
"font_size": 20,
"hot_exit": true,
"ignore_vcs_packages": true,
"ignored_packages":
[
"Vintage",
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"line_padding_bottom": 15,
"line_padding_top": 15,
"margin": 1,
"overlay_scroll_bars": "enabled",
"phpunit-sublime-terminal": "iTerm",
"show_encoding": true,
"show_panel_on_build": false,
"tab_size": 4,
"tabs_small": false,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": false,
"folder_exclude_patterns": ["node_modules", ".svn", ".git", ".hg", "CVS", "*.log"],
"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"],
"binary_file_patterns": ["generated/*", "*.tbz2", "*.gzip", "*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"],
"color_scheme": "GitHub Light Legacy.sublime-color-scheme",
"allow_use_from_global_namespace" : false,
"index_exclude_gitignore": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment