Last active
June 25, 2018 22:44
-
-
Save andriimosin/54b03252eb32679639f620a08a929bcc to your computer and use it in GitHub Desktop.
Sublime User preferences
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
{ | |
"auto_complete": true, | |
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme", | |
"copy_with_empty_selection": true, | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 15, | |
"ignored_packages": | |
[ | |
], | |
"index_files": true, | |
"rulers": | |
[ | |
79 | |
], | |
"tab_size": 2, | |
"theme": "itg.flat.dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"vintage_start_in_command_mode": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment