From 654ef05e0b4c71d9f9c922810c21c2857a5f945a Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 24 May 2022 14:13:03 +0200 Subject: [PATCH] fix modelines [skip ci] --- .drone.starlark | 2 +- .envrc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.starlark b/.drone.starlark index 135d936..a818669 100644 --- a/.drone.starlark +++ b/.drone.starlark @@ -1,7 +1,6 @@ # Copyright 2022 wanderer # SPDX-License-Identifier: GPL-3.0-or-later -# vim: ft=bzl.starlark noexpandtab tw=4 ts=4 def main(ctx): return [ { @@ -409,3 +408,4 @@ def main(ctx): } ] +# vim: ft=bzl syntax=bzl.starlark noexpandtab ts=4 foldmethod=manual diff --git a/.envrc b/.envrc index 680b5dd..63555e8 100644 --- a/.envrc +++ b/.envrc @@ -3,3 +3,5 @@ use flake # ref: https://github.com/direnv/direnv/wiki/Vim # comment out if not planning to use this add_extra_vimrc + +# vim: ff=unix ft=sh