Last active
April 24, 2017 02:36
-
-
Save nguyenbathanh/cd66ca6531c13697bbf9332b85336b0f to your computer and use it in GitHub Desktop.
My sublime settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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