Skip to content

Instantly share code, notes, and snippets.

@mzagaja
Created January 4, 2017 04:48
Show Gist options
  • Save mzagaja/1081f26ae1105db9eef16e5722bb766a to your computer and use it in GitHub Desktop.
Save mzagaja/1081f26ae1105db9eef16e5722bb766a to your computer and use it in GitHub Desktop.
Sublime Settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Fira Mono",
"ignored_packages":
[
"Markdown",
"Vintage"
],
"tab_size": 2,
"theme": "Soda Light 3.sublime-theme",
"translate_tabs_to_spaces": 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