diff options
Diffstat (limited to '.helix')
| -rw-r--r-- | .helix/languages.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml index 80cd6e7..c06a8b0 100644 --- a/.helix/languages.toml +++ b/.helix/languages.toml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden> +# +# SPDX-License-Identifier: AGPL-3.0-or-later + [language-server.rust-analyzer] command = "rust-analyzer" config = { rustfmt.overrideCommand = ["leptosfmt", "--stdin", "--rustfmt"], cargo.features = ["filamento/reactive_stores"], cargo.target = "wasm32-unknown-unknown" } |
