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:
parent
6b5475c7f2
commit
eb480672f3
134 changed files with 281 additions and 148 deletions
|
|
@ -2,7 +2,6 @@
|
|||
# Copyright (C) 2018-2021 Mikhail Morfikov
|
||||
# Copyright (C) 2022-2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# vim:syntax=apparmor
|
||||
|
||||
owner @{user_cache_dirs}/fontconfig/ rw,
|
||||
owner @{user_cache_dirs}/fontconfig/CACHEDIR.TAG{,.NEW,.LCK,.TMP-*} rw,
|
||||
|
|
@ -40,3 +39,5 @@
|
|||
link @{user_share_dirs}/fonts/**/.uuid.LCK -> @{user_share_dirs}/fonts/**/.uuid.TMP-*,
|
||||
|
||||
include if exists <abstractions/fontconfig-cache-write.d>
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue