Changes
4 changed files (+0/-12)
-
-
@@ -28,8 +28,3 @@ # YAML は 2 スペース以外のインデントを仕様レベルで読むことができない。[*.{yml,yaml}] indent_style = space indent_size = 2 # `gleam format` はインデントの設定ができない。 [*.gleam] indent_style = space indent_size = 2
-
-
-
@@ -5,4 +5,3 @@ # SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com># SPDX-License-Identifier: AGPL-3.0-only dprint 0.47.5 bun 1.1.38 gleam 1.6.3
-
-
-
@@ -6,7 +6,6 @@# 開発ガイド [bun]: https://bun.sh/ [gleam]: https://gleam.run/ [dprint]: https://dprint.dev/ ## 前提環境
-
@@ -14,7 +13,6 @@このプロジェクトを開発するにあたり以下のものが必要になる。 - [Bun][bun] v1.1.x - [Gleam][gleam] v1.6.x - [dprint][dprint] v0.47.x - [reuse tool](https://github.com/fsfe/reuse-tool) v4 以上
-
-
-
@@ -15,10 +15,6 @@ "commands": [{ "exts": ["proto"], "command": "bunx buf format {{file_path}}" }, { "exts": ["gleam"], "command": "gleam format --stdin" } ] },
-