Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit a5901d4

Browse files
committed
Regenerate signatures
1 parent b5fbe55 commit a5901d4

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

.vscode/settings.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
2-
"hack.hhastPath": "bin/hhast-lint",
3-
"hack.useHhast": true,
4-
"files.associations": {
5-
"*.php": "hack"
6-
}
2+
"editor.detectIndentation": false,
3+
"editor.tabSize": 2,
4+
"editor.rulers": [80],
5+
"hack.remote.docker.containerName": "hhvm-hhast-container",
6+
"hack.remote.enabled": true,
7+
"hack.remote.type": "docker",
8+
"hack.remote.workspacePath": "/mnt/project"
79
}

codegen/inferred_relationships.hack

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codegen/syntax/LambdaExpression.hack

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codegen/syntax/QualifiedName.hack

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)