Last active
January 10, 2019 12:36
-
-
Save xto3na/fc60b665b2895c2de6845f6a5ed262e0 to your computer and use it in GitHub Desktop.
ST3-Settings-Plugins
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
ST3-Settings-Plugins |
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
1) PackageControl | |
2) AdvancedNewFile | |
3) Emmet | |
4) HTML-CSS-JS Prettify | |
5) ???? Liquid | |
6) SCSS | |
7) SideBarEnhancements | |
8) Theme - Kronuz | |
9) Emmet LiveStyle | |
10) Themr | |
11) Schemr | |
12) AutoFileName | |
13) EncodingHelper | |
14)BracketHighlighter | |
15)ColorHighlighter | |
16)CSSComb |
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
{ | |
"save_on_focus_lost": true, | |
"font_face": "", | |
"font_size": 10, | |
"tab_size": 2, | |
"draw_minimap_border": true, | |
"always_show_minimap_viewport": true, | |
"highlight_line": true, | |
"draw_white_space": "all", | |
"indent_guide_options": ["draw_active"], | |
"save_on_focus_lost": true, | |
"fallback_encoding": "Western (Windows 1251)", | |
"highlight_modified_tabs": true, | |
"bold_folder_labels": true, | |
"overlay_scroll_bars": "enabled", | |
"show_encoding": true, | |
"show_line_endings": true, | |
"open_files_in_new_window": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"theme": "Theme - Kronuz.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment