diff --git a/contrib/.envrc-nix b/contrib/.envrc-nix index dc433841..a0f68af4 100644 --- a/contrib/.envrc-nix +++ b/contrib/.envrc-nix @@ -1,3 +1,4 @@ +# vi: ft=bash # shellcheck shell=bash # If you wish to use this file, symlink or copy it to `.envrc` for direnv to read it. @@ -15,5 +16,3 @@ use flake # Only watch now, or direnv will execute again if created or modified by itself. watch_file "${UV_PROJECT_ENVIRONMENT:-.venv}"/bin/activate - -# vi: ft=bash diff --git a/contrib/.envrc-uv b/contrib/.envrc-uv index 517f9635..a8b9fc0f 100644 --- a/contrib/.envrc-uv +++ b/contrib/.envrc-uv @@ -1,3 +1,4 @@ +# vi: ft=sh # shellcheck shell=bash # If you wish to use this file, symlink or copy it to `.envrc` for direnv to read it. @@ -28,5 +29,3 @@ if [ ! -f "${venv}"/pyproject.toml ] || ! diff --brief pyproject.toml "${venv}"/ fi pre-commit install - -# vi: ft=bash diff --git a/tagstudio.spec b/tagstudio.spec index fbed8ea6..2e1984e7 100644 --- a/tagstudio.spec +++ b/tagstudio.spec @@ -1,3 +1,4 @@ +# vi: ft=python # SPDX-FileCopyrightText: (c) TagStudio Contributors # SPDX-License-Identifier: GPL-3.0-only @@ -100,5 +101,3 @@ if system == "Darwin": "NSPrincipalClass": "NSApplication", }, ) - -# vi: ft=python