Skip to content

Instantly share code, notes, and snippets.

@kaushik-rishi
Created February 20, 2021 12:04
Show Gist options
  • Save kaushik-rishi/cd056e24176217434a8de6c89b28a448 to your computer and use it in GitHub Desktop.
Save kaushik-rishi/cd056e24176217434a8de6c89b28a448 to your computer and use it in GitHub Desktop.
sublime-settings.json
{
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"drag_text": 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",
"*.class",
"node_modules/"
],
"font_face": "Operator Mono",
"font_size": 11.5,
"gutter": true,
"hot_exit": false,
"ignored_packages":
[
"KiteSublime",
"Vintage"
],
"line_numbers": true,
"line_padding_bottom": 12,
"line_padding_top": 5,
"margin": 0,
"remember_full_screen": true,
"remember_open_files": false,
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_definitions": true,
"show_errors_inline": false,
"theme": "Material-Theme-Darker.sublime-theme",
"word_wrap": true,
"show_git_status": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment