Skip to content

Commit 3e26b99

Browse files
committed
nit(dev): put filetype clause on top
1 parent 65cb49e commit 3e26b99

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

contrib/.envrc-nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# vi: ft=bash
12
# shellcheck shell=bash
23

34
# If you wish to use this file, symlink or copy it to `.envrc` for direnv to read it.
@@ -15,5 +16,3 @@ use flake
1516

1617
# Only watch now, or direnv will execute again if created or modified by itself.
1718
watch_file "${UV_PROJECT_ENVIRONMENT:-.venv}"/bin/activate
18-
19-
# vi: ft=bash

contrib/.envrc-uv

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# vi: ft=sh
12
# shellcheck shell=bash
23

34
# 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}"/
2829
fi
2930

3031
pre-commit install
31-
32-
# vi: ft=bash

tagstudio.spec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# vi: ft=python
12
# SPDX-FileCopyrightText: (c) TagStudio Contributors
23
# SPDX-License-Identifier: GPL-3.0-only
34

@@ -100,5 +101,3 @@ if system == "Darwin":
100101
"NSPrincipalClass": "NSApplication",
101102
},
102103
)
103-
104-
# vi: ft=python

0 commit comments

Comments
 (0)