Created
November 20, 2015 07:00
-
-
Save CB9TOIIIA/526a30efc5345d896c9f to your computer and use it in GitHub Desktop.
Settings sublime
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
{ | |
"always_show_minimap_viewport": true, | |
"auto_complete": true, | |
"autosave": false, | |
"color_scheme": "Packages/User/SublimeLinter/Blackboardark.tmTheme", | |
"coltPath": "C:\\Program Files (x86)\\COLT\\colt.exe", | |
"dictionary": "Packages/russian_english.dic", | |
"fallback_encoding": "Cyrillic (Windows 1251)", | |
"font_face": "DejaVu Sans Mono", | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 11, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"securityToken": "mellon", | |
"theme": "Cyanide.sublime-theme", | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment