Skip to content

Instantly share code, notes, and snippets.

@mzagaja
Last active October 9, 2019 16:06
Show Gist options
  • Save mzagaja/ae0a0b1bee3d199b0a3bc7d1d235f736 to your computer and use it in GitHub Desktop.
Save mzagaja/ae0a0b1bee3d199b0a3bc7d1d235f736 to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
"tmp"
],
"font_face": "Fira Code",
"font_size": 12,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"scroll_past_end": true,
"tab_size": 2,
"theme": "SoDaReloaded Light.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