Last active
January 4, 2020 23:35
-
-
Save mcharytoniuk/c2b5d77ae73cce9c95c884cee0e2f816 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
{ | |
"always_show_minimap_viewport": true, | |
"animation_enabled": false, | |
"caret_style": "phase", | |
"block_caret": true, | |
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", | |
"default_line_ending": "unix", | |
"draw_centered": false, | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
".git", | |
".jekyll-metadata", | |
".sass-cache", | |
".vscode", | |
"_site", | |
"bin/.phpunit", | |
"dist", | |
"node_modules", | |
"storage/cms/twig", | |
"test_results", | |
"var/cache", | |
"vendor" | |
], | |
"font_face": "undefined medium", | |
"font_size": 12, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Hacklang Typechecker and Autocompletion", | |
"Puppet", | |
"Swift", | |
"Theme - Vim Blackboard", | |
"Vintage" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"margin": 8, | |
"match_brackets_angle": true, | |
"rulers": | |
[ | |
80 | |
], | |
"show_line_endings": true, | |
"show_tab_close_buttons": false, | |
"theme": "Cola.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment