fix irregular modelines

This commit is contained in:
Jōshin 2023-12-13 02:11:01 -05:00
parent 9a0b5f1f2f
commit 74b1e1ce83
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
#-*-mode:sh;indent-tabs-mode:nil;tab-width:2;coding:utf-8-*-┐
#───vi: set net ft=sh ts=2 sts=2 fenc=utf-8 :vi─────────────┘
#── vi: set et ft=sh ts=2 sts=2 fenc=utf-8 :vi ─────────────┘
#
# OVERVIEW
#

View file

@ -1,5 +1,5 @@
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│
'-'vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi
vi: set et ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi
Copyright 2020 Justine Alexandra Roberts Tunney

View file

@ -1,5 +1,5 @@
#-*-mode:sh;indent-tabs-mode:nil;tab-width:2;coding:utf-8-*-┐
#───vi: set net ft=sh ts=2 sts=2 fenc=utf-8 :vi─────────────┘
#── vi: set et ft=sh ts=2 sts=2 fenc=utf-8 :vi ─────────────┘
for f; do
if [ $(nm $f | grep ' U ' | wc -l) -eq 0 ]; then

View file

@ -1,4 +1,4 @@
#-*-mode:sh;indent-tabs-mode:nil;tab-width:2;coding:utf-8-*-┐
#───vi: set net ft=sh ts=2 sts=2 fenc=utf-8 :vi─────────────┘
#── vi: set et ft=sh ts=2 sts=2 fenc=utf-8 :vi ─────────────┘
git checkout $(git rev-list -n 1 HEAD -- "$1")^ -- "${1:?FILE}"