Skip to content

Instantly share code, notes, and snippets.

@trungpv1601
Created July 12, 2019 05:30
Show Gist options
  • Save trungpv1601/caf355d55b254aaa68dcf792a0091b65 to your computer and use it in GitHub Desktop.
Save trungpv1601/caf355d55b254aaa68dcf792a0091b65 to your computer and use it in GitHub Desktop.
Sublime Text 3
{
"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"
]
}
{
"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