Skip to content

Instantly share code, notes, and snippets.

@nguyenbathanh
Last active April 24, 2017 02:36
Show Gist options
  • Save nguyenbathanh/cd66ca6531c13697bbf9332b85336b0f to your computer and use it in GitHub Desktop.
Save nguyenbathanh/cd66ca6531c13697bbf9332b85336b0f to your computer and use it in GitHub Desktop.
My sublime settings
{
"theme": "Autumn.sublime-theme",
"drag_text": false,
"folder_exclude_patterns": [
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
"font_face": "Dejavu Sans Mono",
"font_size": 11,
"hot_exit": false,
"ignored_packages": [
"Vintage"
],
"index_files": true,
"remember_open_files": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"highlight_line": true,
"auto_complete_cycle": true,
"show_encoding": true,
"show_line_endings": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment