fix(profiles-a-f): 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:13:21 +03:00
parent 7974d3b6bd
commit c66b914028
202 changed files with 459 additions and 257 deletions

View file

@ -1,6 +1,5 @@
# apparmor.d - Full set of apparmor profiles
# SPDX-License-Identifier: GPL-2.0-only
# vim:syntax=apparmor
abi <abi/3.0>,
@ -16,3 +15,5 @@ profile cc-remote-login-helper @{exec_path} {
include if exists <local/cc-remote-login-helper>
}
# vim:syntax=apparmor