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) 2012-2023 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
||||
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# vim:syntax=apparmor
|
||||
|
||||
# Whonix aliases copied here as they conflict with apparmor.d
|
||||
# Note: only installed on Whonix
|
||||
|
|
@ -71,3 +70,5 @@ alias /etc/timezone -> /etc/timezone.anondist-orig,
|
|||
alias /etc/timezone -> /etc/timezone.anondist,
|
||||
alias /etc/tor/torrc -> /etc/tor/torrc.anondist-orig,
|
||||
alias /etc/tor/torrc -> /etc/tor/torrc.anondist,
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue