Last active
September 26, 2016 11:01
-
-
Save deltaidea/8319085 to your computer and use it in GitHub Desktop.
Sublime Text 3 config.
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
Show hidden characters
{ "trim_trailing_white_space_on_save": false } |
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
{ "trim_trailing_white_space_on_save": false } |
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
AutoFileName | |
Better CoffeeScript | |
BracketHighlighter | |
ColorPicker | |
DevDocs | |
Emmet | |
Git | |
GitGutter | |
Handlebars | |
HTML5 | |
INI | |
Jade | |
JavaScript & NodeJS Snippets | |
JSONLint | |
LESS | |
LiveReload | |
Markdown Preview | |
MarkdownTOC | |
Sass | |
SideBarEnhancements | |
Stylus | |
Theme - Soda | |
TrailingSpaces |
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
{ "auto_complete_selector": "" } |
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
{ | |
"default_line_ending": "unix", | |
"ensure_newline_at_eof_on_save": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"fallback_encoding": "Cyrillic (Windows 1251)", | |
"shift_tab_unindent": true, | |
"copy_with_empty_selection": false, | |
"trim_trailing_white_space_on_save": true, | |
"always_show_minimap_viewport": true, | |
"draw_centered": true, | |
"highlight_line": true, | |
"rulers": [ 80 ], | |
"word_wrap": true, | |
"show_line_endings": true, | |
"show_encoding": true, | |
"font_size": 9, | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"theme": "Soda Dark.sublime-theme", | |
"soda_classic_tabs": true, | |
"soda_folder_icons": true, | |
"file_exclude_patterns": [], | |
"folder_exclude_patterns": [], | |
"binary_file_patterns": [ | |
"*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", | |
"*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip", | |
"node_modules/*", ".git/*", "build/*", "dist/*" | |
], | |
"ignored_packages": [ "Vintage" ] | |
} |
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
{ | |
"disabled_menuitem_edit": true, | |
"disabled_menuitem_edit_to_right": true, | |
"disabled_menuitem_open_run": false, | |
"disabled_menuitem_open_in_browser": false, | |
"disabled_menuitem_open_in_new_window": true, | |
"disabled_menuitem_find_in_project": true, | |
"disabled_menuitem_copy_name": true, | |
"disabled_menuitem_copy_path": true, | |
"disabled_menuitem_copy_path_windows": true, | |
"disabled_menuitem_copy_dir_path": true, | |
"disabled_menuitem_paste_in_parent": true, | |
"disabled_menuitem_empty": true, | |
"use_powershell": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment