NetworkManager/src/tests/config
Thomas Haller c0e075c902 all: drop emacs file variables from source files
We no longer add these. If you use Emacs, configure it yourself.

Also, due to our "smart-tab" usage the editor anyway does a subpar
job handling our tabs. However, on the upside every user can choose
whatever tab-width he/she prefers. If "smart-tabs" are used properly
(like we do), every tab-width will work.

No manual changes, just ran commands:

    F=($(git grep -l -e '-\*-'))
    sed '1 { /\/\* *-\*-  *[mM]ode.*\*\/$/d }'     -i "${F[@]}"
    sed '1,4 { /^\(#\|--\|dnl\) *-\*- [mM]ode/d }' -i "${F[@]}"

Check remaining lines with:

    git grep -e '-\*-'

The ultimate purpose of this is to cleanup our files and eventually use
SPDX license identifiers. For that, first get rid of the boilerplate lines.
2019-06-11 10:04:00 +02:00
..
conf.d config: allow to enable/disable configuration snippets 2015-10-05 17:12:50 +02:00
bad.conf core: merge src/config, src/logging, src/posix-signals into src/ 2014-07-30 15:56:29 -04:00
global-dns-invalid.conf config: drop global-dns.enable option in favor of .config.enable 2015-10-05 17:12:50 +02:00
meson.build build/meson: increase timeouts for some tests 2019-02-23 07:20:49 +01:00
NetworkManager-warn.conf core: add checks on connection default properties 2018-12-01 15:16:48 +01:00
NetworkManager.conf core: add checks on connection default properties 2018-12-01 15:16:48 +01:00
NetworkManager.state config: test reading and writing of state file 2016-04-07 17:57:25 +02:00
nm-test-device.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-test-device.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
test-config.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00