Last active
May 10, 2016 07:35
-
-
Save romanitalian/6d36ad16157dfcaa7280 to your computer and use it in GitHub Desktop.
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
{ | |
"color_scheme": "Packages/User/SublimeLinter/darkula (SL).tmTheme", | |
"draw_white_space": "all", | |
"fallback_encoding": "Cyrillic (Windows 1251)", | |
"font_size": 8, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"overlay_scroll_bars": "enabled", | |
"show_encoding": true, | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"word_wrap": false | |
} |
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
{ | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"draw_white_space": "all", | |
"fallback_encoding": "Cyrillic (Windows 1251)", | |
"font_size": 8, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"overlay_scroll_bars": "enabled", | |
"show_encoding": true, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment