Skip to content

Instantly share code, notes, and snippets.

@paveu
Forked from tylermcginnis/My Sublime 3 settings
Created February 2, 2018 17:50
Show Gist options
  • Save paveu/dfce138d7484bc14aa89632784517784 to your computer and use it in GitHub Desktop.
Save paveu/dfce138d7484bc14aa89632784517784 to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme",
"draw_white_space": "all",
"font_face": "Fira Mono",
"font_size": 20,
"tab_size": 2,
"theme": "Brogrammer.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment