Skip to content

Instantly share code, notes, and snippets.

@davidtorroija
Last active April 18, 2016 20:39
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 davidtorroija/7d70f49e44d6a712e7fcefcadd0348b6 to your computer and use it in GitHub Desktop.
Save davidtorroija/7d70f49e44d6a712e7fcefcadd0348b6 to your computer and use it in GitHub Desktop.
My sublime config
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Capo-Light (SL).tmTheme",
"enable_tab_scrolling": false,
"find_selected_text": true,
"font_size": 16,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"theme": "Orchis Dark Legacy.sublime-theme",
"word_wrap": false,
"folder_exclude_patterns": ["dist", "node_modules", ".git", ".sass-cache"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment