Created
August 7, 2015 19:00
-
-
Save DmytroVasin/742ae890729ed25039eb to your computer and use it in GitHub Desktop.
Sublime .dot files
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
[ | |
{ "keys": ["f9"], "command": "reindent"}, | |
{ "keys": ["alt+down"], "command": "paste_from_history" }, | |
{ "keys": ["shift+ctrl+g"], "command": "grep_file" }, | |
{ "keys": ["super+'"], "command": "change_quotes" }, | |
{ "keys": ["shift+super+r"], "command": "reveal_in_side_bar" } | |
] |
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
{ | |
"binary_file_patterns": | |
[ | |
"translations.js", | |
"*.min.css*", | |
"*.*.xml", | |
"*.log", | |
"*.jpg", | |
"*.jpeg", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.gitkeep", | |
"*.zip", | |
"*tmp/*", | |
"node_modules/*", | |
"*.js.map", | |
"*/coverage/*", | |
"*/iPhoneOS*", | |
"*/iPhoneSimulator*", | |
"*/PixateFreestyle.framework/*" | |
], | |
"bold_folder_labels": true, | |
"close_windows_when_empty": false, | |
"detect_indentation": false, | |
"draw_indent_guides": true, | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
".keep", | |
".DS_Store" | |
], | |
"folder_exclude_patterns": | |
[ | |
".bundle", | |
".sass-cache", | |
".git", | |
"bin", | |
".idea" | |
], | |
"font_size": 11, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"scroll_past_end": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_tab_stops": true, | |
"word_wrap": "false" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment