From 3e26b990f725ea61380fcdd87cca0f5a12cac7c3 Mon Sep 17 00:00:00 2001 From: Xarvex Date: Mon, 6 Jul 2026 15:15:28 -0500 Subject: [PATCH] nit(dev): put filetype clause on top --- contrib/.envrc-nix | 3 +-- contrib/.envrc-uv | 3 +-- tagstudio.spec | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) 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