Last active
June 11, 2016 07:40
-
-
Save Vivelin/5508379 to your computer and use it in GitHub Desktop.
Sublime Text 3 - User settings
This file contains 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
{ | |
"auto_close_tags": false, | |
"auto_complete_commit_on_tab": true, | |
"auto_match_enabled": false, | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/User/SublimeLinter/brogrammer (SL).tmTheme", | |
"copy_with_empty_selection": false, | |
"font_face": "Input", | |
"font_options": | |
[ | |
"directwrite" | |
], | |
"font_size": 9, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"rulers": | |
[ | |
80 | |
], | |
"scroll_speed": 0, | |
"theme": "Brogrammer.sublime-theme", | |
"translate_tabs_to_spaces": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment