fix(abstractions, tunables): 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 16:52:31 +03:00 committed by Alexandre Pujol
parent 6b5475c7f2
commit eb480672f3
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
134 changed files with 281 additions and 148 deletions

View file

@ -1,7 +1,6 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
# vim:syntax=apparmor
dbus send bus=system path=/net/reactivated/Fprint/Manager
interface=net.reactivated.Fprint.Manager
@ -19,3 +18,5 @@
peer=(name=net.reactivated.Fprint, label=fprintd),
include if exists <abstractions/bus/net.reactivated.Fprint.d>
# vim:syntax=apparmor