Skip to content

Instantly share code, notes, and snippets.

@deekayen
Created August 3, 2020 15:07
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 deekayen/96b9ce9eb80136bfdf1a6332723de070 to your computer and use it in GitHub Desktop.
Save deekayen/96b9ce9eb80136bfdf1a6332723de070 to your computer and use it in GitHub Desktop.
Sublime Text settings for dnorman-macbook
{
"color_scheme": "Packages/Theme - Monokai Pro/Monokai Pro (Filter Spectrum).sublime-color-scheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"font_face": "Source Code Pro",
"font_size": 16,
"ignored_packages":
[
"Vintage"
],
"theme": "Monokai+.sublime-theme",
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"tab_size": 2,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment