Skip to content

Commit

Permalink
publish public
Browse files Browse the repository at this point in the history
  • Loading branch information
alingse committed Mar 26, 2023
1 parent ada1a5a commit 70a6c09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
dist
.vscode-test-web
*.vsix
package-lock.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ the space indent for field in struct or enum and function in service.

if `true`, will align by field's assgin ('=') part, support field in struct or others.

5. `thriftFormatter.assignAlign` boolean, default `true`
5. `thriftFormatter.assignAlign` boolean, default `false`

if `true`, will align by field's each part, support field in struct or others.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"thriftFormatter.alignByField": {
"type": "boolean",
"scope": "resource",
"default": true,
"default": false,
"description": "align by each part of field. if true, this will ingore 'Align By Assign' option\nsupport field in struct enum union exception"
}
}
Expand Down Expand Up @@ -102,6 +102,6 @@
"webpack-cli": "^4.9.2"
},
"dependencies": {
"thrift-fmt-ts": "^1.3.0-a0"
"thrift-fmt-ts": "^1.3.0"
}
}

0 comments on commit 70a6c09

Please sign in to comment.