Skip to content

Instantly share code, notes, and snippets.

@rendro
Last active December 16, 2015 19:51
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 rendro/5488477 to your computer and use it in GitHub Desktop.
Save rendro/5488477 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"close_windows_when_empty": false,
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_size": 10.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"SublimeLinter",
"Live CSS"
],
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"scroll_past_end": true,
"theme": "Flatland Dark.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment