Created
July 12, 2019 05:30
-
-
Save trungpv1601/caf355d55b254aaa68dcf792a0091b65 to your computer and use it in GitHub Desktop.
Sublime Text 3
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
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"A File Icon", | |
"Alignment", | |
"All Autocomplete", | |
"AutoFileName", | |
"Babel", | |
"DocBlockr", | |
"Dracula Color Scheme", | |
"Emmet", | |
"Git", | |
"GitGutter", | |
"Package Control", | |
"PHP Companion", | |
"PHP Getters and Setters", | |
"SideBarEnhancements", | |
"SublimeCodeIntel", | |
"SublimeLinter", | |
"SublimeLinter-php", | |
"Theme - Spacegray", | |
"TrailingSpaces" | |
] | |
} |
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
{ | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Fira Code Retina", | |
"font_size": 14, | |
"highlight_line": 14, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"tab_size": 4, | |
"theme": "Spacegray.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space": true, | |
"spacegray_tabs_font_large": true, | |
"spacegray_tabs_large": true, | |
"spacegray_tabs_auto_width": true, | |
"spacegray_sidebar_font_large": true, | |
"spacegray_sidebar_tree_large": true, | |
"spacegray_fileicons": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment