このコミットが含まれているのは:
Léo Serre 2018-11-05 21:29:28 +01:00
コミット a7fac5c275
4個のファイルの変更27行の追加1行の削除

ファイルの表示

@ -0,0 +1,5 @@
[
{ "keys": ["f10"], "command": "toggle_menu" },
{ "keys": ["ctrl+space"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+space"], "command": "toggle_comment", "args": { "block": true } }
]

ファイルの表示

@ -0,0 +1,15 @@
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"Compare Side-By-Side",
"Git",
"GitGutter",
"Package Control",
"SublimeLinter",
"SublimeLinter-php"
]
}

ファイルの表示

@ -0,0 +1,6 @@
{
"ignored_packages":
[
"Vintage"
]
}

2
.gitignore vendored
ファイルの表示

@ -2,4 +2,4 @@
*
# except
!.gitignore
!.gitignore