fix(profiles-g-l): move vim modeline

Move vim syntax comment to the end of the file, separated by newline, as requested in #380.
This commit is contained in:
REmerald 2024-06-15 17:18:03 +03:00 committed by Alexandre Pujol
parent e2c868bd80
commit 07f3ea979a
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
132 changed files with 285 additions and 152 deletions

View file

@ -1,7 +1,6 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2022-2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
# vim:syntax=apparmor
abi <abi/3.0>,
@ -23,4 +22,6 @@ profile language-validate @{exec_path} flags=(attach_disconnected) {
/usr/share/language-tools/{,*} r,
include if exists <local/language-validate>
}
}
# vim:syntax=apparmor