Last active
July 18, 2016 12:27
-
-
Save dminca/c4d79c6ca2038b9639f5 to your computer and use it in GitHub Desktop.
Personal sublime configs
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
| { | |
| "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
| "draw_white_space": "all", | |
| "font_face": "Hack", | |
| "font_size": 8, | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ | |
| "Markdown", | |
| "Vintage" | |
| ], | |
| "indent_guide_options": | |
| [ | |
| "draw_normal", | |
| "draw_active" | |
| ], | |
| "index_files": true, | |
| "overlay_scroll_bars": "enabled", | |
| "rulers": | |
| [ | |
| 80 | |
| ], | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": true, | |
| "update_check": false, | |
| "word_wrap": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment