Skip to content

Instantly share code, notes, and snippets.

@ngocnb
Last active December 25, 2019 03:52
Show Gist options
  • Save ngocnb/375d15612b9d2d896652550d66e6b1c6 to your computer and use it in GitHub Desktop.
Save ngocnb/375d15612b9d2d896652550d66e6b1c6 to your computer and use it in GitHub Desktop.
sublime text setting
[
{ "keys": ["f4"], "command": "import_namespace" },
{ "keys": ["f6"], "command": "expand_fqcn" },
{ "keys": ["f10"], "command": "find_use" }
]
{
"auto_format_on_save": true,
"disable_tab_width_auto_detection": true,
}
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"JsPrettier",
"MarkdownLivePreview",
"Package Control",
"PHP Companion",
"phpfmt",
"Sass",
"Sync Settings",
"VueFormatter",
"Vuejs Complete Package"
]
}
{
"enable_auto_align": true,
"indent_with_space": 2,
"version": 1
}
{
"auto_format_on_save ": true,
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"*/node_modules",
"node_modules"
],
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment