Skip to content

Commit

Permalink
chore: update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Aug 26, 2023
1 parent 99e9d67 commit a599525
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
20 changes: 18 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"publisher": "wasm-fmt",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wasm-fmt/wasm-fmt-vscode.git"
},
"engines": {
"vscode": "^1.81.0"
},
Expand Down Expand Up @@ -45,5 +49,17 @@
"@wasm-fmt/clang-format": "^0.1.0",
"@wasm-fmt/gofmt": "^0.4.0",
"@wasm-fmt/ruff_fmt": "^0.2.1"
}
}
},
"keywords": [
"prettier",
"formatter",
"c",
"cpp",
"go",
"java",
"javascript",
"typescript",
"json",
"csharp"
]
}

0 comments on commit a599525

Please sign in to comment.