Skip to content

Instantly share code, notes, and snippets.

@indrayam
Last active February 2, 2020 22:30
Show Gist options
  • Save indrayam/41fc917003231f528765406cdca6aab3 to your computer and use it in GitHub Desktop.
Save indrayam/41fc917003231f528765406cdca6aab3 to your computer and use it in GitHub Desktop.
Sublime Text 3 Configuration (as of Feb 2020)
{
"auto_complete": false,
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 0,
"auto_complete_with_fields": false,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 1,
"caret_style": "solid",
"close_windows_when_empty": false,
"color_scheme": "Packages/Materialize/schemes/Material Stereokai.tmTheme",
"copy_with_empty_selection": false,
"create_window_at_startup": true,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"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",
".classpath",
".project"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".vscode",
".idea",
"target",
".settings"
],
"font_face": "JetBrains Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 22,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"CSS",
"Python",
"SublimeLinter",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets": false,
"match_brackets_angle": false,
"match_brackets_braces": false,
"match_brackets_content": false,
"match_brackets_square": false,
"match_tags": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
],
"show_git_status": false,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment