Skip to content

Instantly share code, notes, and snippets.

@mgreich
Created July 6, 2015 16:03
Show Gist options
  • Save mgreich/a7b465f664d58e2b7b83 to your computer and use it in GitHub Desktop.
Save mgreich/a7b465f664d58e2b7b83 to your computer and use it in GitHub Desktop.
Sublime Text User Settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/User/SublimeLinter/Flatland Dark (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Inconsolata-dz",
"font_size": 14,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"line_padding_bottom": -1.5,
"line_padding_top": -1.5,
"remember_open_files": true,
"save_on_focus_lost": true,
"scroll_past_end": true,
"tab_size": 2,
"theme": "Flatland Dark.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