From a599525a9b87d791539f80a180f3ee0935256aa9 Mon Sep 17 00:00:00 2001 From: magic-akari Date: Sat, 26 Aug 2023 20:24:21 +0800 Subject: [PATCH] chore: update meta --- .editorconfig | 1 - package.json | 20 ++++++++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 633a125..cd2953c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 \ No newline at end of file diff --git a/package.json b/package.json index 0a5b1af..92fe77b 100644 --- a/package.json +++ b/package.json @@ -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" }, @@ -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" + ] +} \ No newline at end of file