Created
May 1, 2017 15:32
-
-
Save davidcostadev/e58f76a247b50a5afb9b7ad71c994651 to your computer and use it in GitHub Desktop.
Sublime Text 3
This file contains 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
[ | |
{ "keys": ["ctrl+v"], "command": "paste_and_indent" }, | |
{ "keys": ["ctrl+shift+v"], "command": "paste" } | |
] |
This file contains 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
{ | |
"animation_enabled": false, | |
"caret_extra_bottom": 1, | |
"caret_extra_top": 2, | |
"caret_extra_width": 1, | |
"caret_style": "blink", | |
"color_scheme": "Packages/User/SublimeLinter/One Dark (SL).tmTheme", | |
"draw_shadows": false, | |
"draw_white_space": "none", | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 11, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 2, | |
"margin": 0, | |
"match_selection": false, | |
"scroll_past_end": false, | |
"theme": "One Dark.sublime-theme", | |
"tree_animation_enabled": false, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment