Created
December 4, 2014 04:43
-
-
Save reecer/d9d87061aa6eab095aaf to your computer and use it in GitHub Desktop.
Sublime text editor config
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": "Piatto Light.sublime-theme", | |
| "color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme", | |
| "font_size": 10, | |
| "highlight_line": true, | |
| "detect_indentation": false, | |
| "hot_exit": false, | |
| "remember_open_files": false, | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": true, | |
| "use_tab_stops": true, | |
| "word_wrap": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment