Skip to content

Instantly share code, notes, and snippets.

@CB9TOIIIA
Created November 20, 2015 07:00
Show Gist options
  • Save CB9TOIIIA/526a30efc5345d896c9f to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/526a30efc5345d896c9f to your computer and use it in GitHub Desktop.
Settings sublime
{
"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