Skip to content

Instantly share code, notes, and snippets.

@agustibr
Last active October 12, 2015 15:08
Show Gist options
  • Save agustibr/4045385 to your computer and use it in GitHub Desktop.
Save agustibr/4045385 to your computer and use it in GitHub Desktop.
Sublime text 3 : settings User json
{
"font_size": 10.0,
"save_on_focus_lost": true,
"hot_exit": false,
"ignored_packages": ["Vintage"],
"remember_open_files": false,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".sass-cache"],
"indent_guide_options": ["draw_normal","draw_active"],
"default_encoding": "UTF-8",
"enable_tab_scrolling": false,
"dictionary": "Packages/User/Dictionaries/Catalan.dic",
"spell_check": true
}
@agustibr
Copy link
Author

agustibr commented Mar 7, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment