Move vim syntax comment to the end of the file, separated by newline, as requested in #380.
10 lines
264 B
Text
10 lines
264 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
include <abstractions/openssl>
|
|
|
|
@{etc_ro}/gnutls/config r,
|
|
@{etc_ro}/gnutls/pkcs11.conf r,
|
|
|
|
# vim:syntax=apparmor
|