Last active
July 25, 2020 18:32
-
-
Save numbnet/76953b4fb9f95b1915a88d7f3e21bc1b to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
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
Show hidden characters
{ | |
"bracket_styles": { | |
"default": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"unmatched": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"curly": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"round": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"square": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"angle": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"tag": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"c_define": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"single_quote": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"double_quote": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"regex": { | |
"icon": "dot", | |
"style": "none" | |
} | |
} | |
} |
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
{ | |
"style": "filled", | |
"ha_style": "none" | |
} |
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
Theme - SoDaReloaded | |
Tomorrow Color Schemes | |
JavaScriptNext - ES6 Syntax | |
SideBarEnhancements | |
BracketHighlighter | |
Color Highlighter | |
Emmet | |
HTML5 | |
SCSS | |
Sass | |
jQuery | |
Handlebars | |
JavaScript Completions | |
WordPress | |
Babel | |
Babel Snippets | |
Djaneiro | |
Vuejs Complete Package | |
SublimeLinter | |
SublimeLinter-eslint (requirement: node) | |
SublimeLinter-json | |
SublimeLinter-flake8 (requirement: pip install flake8) | |
SublimeLinter-php (needs php) |
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, | |
"auto_complete_delay": 100, | |
"auto_indent": true, | |
"auto_match_enabled": true, | |
"caret_extra_bottom": 3, | |
"caret_extra_top": 3, | |
"caret_extra_width": 2, | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/Seti_UX/Seti.tmTheme", | |
"default_encoding": "UTF-8", | |
"draw_minimap_border": true, | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": true, | |
"fallback_encoding": "Cyrillic (Windows 1251)", | |
"font_face": "Consolas", | |
"font_size": 10, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"AutoSetIndentation", | |
"Badges", | |
"ChainOfCommand", | |
"Erlang", | |
"FileZilla SFTP Import", | |
"Git", | |
"Git Formats", | |
"Git GUI Clients", | |
"GitGutter", | |
"Haskell", | |
"Invisible Tabs Spaces Switcher", | |
"Language - English", | |
"Markdown", | |
"Open In Browser", | |
"Python", | |
"RestructuredText", | |
"Scala", | |
"SFTP", | |
"sublime_debugger", | |
"SublimeGit", | |
"Vintage", | |
"vscode-firefox-debug", | |
"XML" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"index_workers": 0, | |
"match_brackets_angle": true, | |
"overlay_scroll_bars": "enabled", | |
"remember_open_files": true, | |
"rulers": | |
[ | |
4, | |
8, | |
80, | |
100 | |
], | |
"scroll_speed": 1.5, | |
"show_encoding": true, | |
"show_tab_close_buttons": true, | |
"sidebar_size_12": true, | |
"status_bar_brighter": true, | |
"tabs_label_not_italic": true, | |
"tabs_padding_medium": true, | |
"tabs_small": true, | |
"theme": "Seti.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"update_check": false, | |
"word_wrap": "true", | |
"wrap_width": 80 | |
} |
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
Windows Registry Editor Version 5.00 | |
; Created by: Shawn Brink | |
; http://www.sevenforums.com | |
; Tutorial: http://www.sevenforums.com/tutorials/47415-open-command-window-here-administrator.html | |
[-HKEY_CLASSES_ROOT\Directory\shell\runas] | |
[HKEY_CLASSES_ROOT\Directory\shell\runas] | |
@="Open with console (admin)" | |
"HasLUAShield"="" | |
[HKEY_CLASSES_ROOT\Directory\shell\runas\command] | |
@="cmd.exe /s /k pushd \"%V\"" | |
[-HKEY_CLASSES_ROOT\Directory\Background\shell\runas] | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\runas] | |
@="Open with console (admin)" | |
"HasLUAShield"="" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\runas\command] | |
@="cmd.exe /s /k pushd \"%V\"" | |
[-HKEY_CLASSES_ROOT\Drive\shell\runas] | |
[HKEY_CLASSES_ROOT\Drive\shell\runas] | |
@="Open with console (admin)" | |
"HasLUAShield"="" | |
[HKEY_CLASSES_ROOT\Drive\shell\runas\command] | |
@="cmd.exe /s /k pushd \"%V\"" | |
[-HKEY_CLASSES_ROOT\LibraryFolder\background\shell\runas] | |
[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\runas] | |
"HasLUAShield"="" | |
@="Open with console (admin)" | |
[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\runas\command] | |
@="cmd.exe /s /k pushd \"%V\"" |
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, | |
"auto_complete_delay": 0, | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 0, | |
"caret_extra_top": 0, | |
"caret_style": "wide", | |
"color_scheme": "Packages/User/SublimeLinter/Tomorrow-Night-Eighties (SL).tmTheme", | |
"detect_indentation": true, | |
"disable_formatted_linebreak": true, | |
"draw_minimap_border": false, | |
"draw_white_space": "selection", | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": true, | |
"file_exclude_patterns": | |
[ | |
"*.min.*", | |
"x__init__.py" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"node_modules", | |
"__pycache__", | |
"env", | |
"dist", | |
"venv" | |
], | |
"font_face": "Roboto Mono", | |
"font_options": | |
[ | |
"directwrite" | |
], | |
"font_size": 10, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_active", | |
"draw_normal" | |
], | |
"indent_to_bracket": false, | |
"line_padding_bottom": 0, | |
"line_padding_top": 0, | |
"margin": 4, | |
"match_brackets": true, | |
"overlay_scroll_bars": "enabled", | |
"preview_on_click": false, | |
"remember_open_files": false, | |
"rulers": | |
[ | |
120 | |
], | |
"show_encoding": true, | |
"show_errors_inline": true, | |
"show_line_endings": true, | |
"show_tab_close_buttons": false, | |
"soda_classic_tabs": true, | |
"soda_folder_icons": false, | |
"soda_tabs_autowidth": false, | |
"tab_size": 4, | |
"theme": "SoDaReloaded Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"tree_animation_enabled": false, | |
"trim_trailing_white_space_on_save": true, | |
"update_check": false, | |
"use_tab_stops": true, | |
"word_wrap": true, | |
"wrap_width": 120 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment