Skip to content

Instantly share code, notes, and snippets.

@zbee
Created October 8, 2015 19:16
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 zbee/f3b06e9bd048b41f0526 to your computer and use it in GitHub Desktop.
Save zbee/f3b06e9bd048b41f0526 to your computer and use it in GitHub Desktop.
My preferences in Sublime Text 3
{
"color_scheme": "Packages/User/SublimeLinter/Flatland Dark (SL).tmTheme",
"flatland_sidebar_tree_xsmall": true,
"flatland_square_tabs": false,
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment