Created
December 12, 2014 21:34
-
-
Save F1LT3R/c6d3993db9de4c90af58 to your computer and use it in GitHub Desktop.
Preferences.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
| { | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
| "font_face": "Source Code Pro Light", | |
| "font_size": 18, | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ | |
| "Markdown", | |
| "Vintage" | |
| ], | |
| "match_brackets_angle": true, | |
| "open_files_in_new_window": false, | |
| "rulers": | |
| [ | |
| 100 | |
| ], | |
| "scroll_speed": 2.0, | |
| "show_encoding": true, | |
| "show_minimap": "false", | |
| "tab_size": 4, | |
| "translate_tabs_to_spaces": true, | |
| "word_wrap": "none" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment