Last active
December 27, 2020 20:32
-
-
Save acauamontiel/9666053 to your computer and use it in GitHub Desktop.
Sublime Text Configuration
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
[ | |
{ "keys": ["shift+backspace"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, | |
] |
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
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"AlignTab", | |
"All Autocomplete", | |
"BracketHighlighter", | |
"Calculate", | |
"Case Conversion", | |
"Color Highlighter", | |
"ColorPicker", | |
"CSS3", | |
"EditorConfig", | |
"Emmet", | |
"FixMyJS", | |
"GitGutter", | |
"Jade", | |
"Jade Snippets", | |
"JavaScript Patterns", | |
"JSCS-Formatter", | |
"JSHint Gutter", | |
"JSX", | |
"LastModifiedIndicator", | |
"MarkdownEditing", | |
"Minifier", | |
"ng-snippets", | |
"Package Control", | |
"PowerShell", | |
"Pretty YAML", | |
"Pug", | |
"Sass", | |
"SCSS", | |
"Seti_UI", | |
"SideBarEnhancements", | |
"SmartMarkdown", | |
"Stylus", | |
"Stylus-Snippets", | |
"SublimeLinter-jscs", | |
"Text Pastry", | |
"Theme - Fox", | |
"Vue Syntax Highlight", | |
"Vuejs Complete Package", | |
"WakaTime" | |
] | |
} |
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
{ | |
"Seti_SB_bright": true, | |
"Seti_blue_tab_label": true, | |
"Seti_in_4_a_treat": true, | |
"Seti_no_bar_undertabs": true, | |
"Seti_orange_button": true, | |
"Seti_tabs_small": true, | |
"always_show_minimap_viewport": true, | |
"auto_complete_delay": 2, | |
"auto_find_in_selection": true, | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 3, | |
"caret_extra_top": 3, | |
"caret_extra_width": 0, | |
"caret_style": "smooth", | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/User/Color Highlighter/themes/Seti.tmTheme", | |
"copy_with_empty_selection": true, | |
"default_line_ending": "unix", | |
"drag_text": true, | |
"draw_minimap_border": true, | |
"draw_white_space": "all", | |
"enable_tab_scrolling": true, | |
"ensure_newline_at_eof_on_save": true, | |
"font_options": | |
[ | |
"no_round" | |
], | |
"font_size": 15, | |
"gpu_window_buffer": true, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Markdown", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"indent_to_bracket": true, | |
"last_modified_indicator_file_save_clear": false, | |
"last_modified_indicator_multiline": false, | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"margin": 0, | |
"match_brackets_content": true, | |
"match_selection": true, | |
"match_tags": true, | |
"material_theme_small_tab": true, | |
"open_files_in_new_window": false, | |
"overlay_scroll_bars": "enabled", | |
"rulers": | |
[ | |
80 | |
], | |
"scroll_past_end": true, | |
"scroll_speed": 5.0, | |
"show_encoding": true, | |
"show_full_path": false, | |
"show_line_endings": true, | |
"sidebar_large": true, | |
"theme": "Seti_orig.sublime-theme", | |
"translate_tabs_to_spaces": false, | |
"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