Skip to content

Instantly share code, notes, and snippets.

@sauron
Created August 28, 2020 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sauron/40fe45cb39be2fbb4237390f75b16c59 to your computer and use it in GitHub Desktop.
Save sauron/40fe45cb39be2fbb4237390f75b16c59 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Palenight.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.pdf",
"*.min.js"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".bundle",
"tmp",
"system",
"log",
"storage/debugbar",
".gem",
"node_modules"
],
"font-face": "Fira Code",
"font_options":
[
"dlig"
],
"font_size": 15,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
78
],
"tab_size": 2,
"theme": "Material-Theme-Palenight.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