style: Format and fix config files

Some minor formatting for recently added config files.
This commit is contained in:
Ivan 2021-02-13 21:11:35 +02:00
parent 3c9996aa78
commit 7e7f0225d4
6 changed files with 74 additions and 64 deletions

View file

@ -1,26 +1,28 @@
# Client config file for PipeWire version @VERSION@ #
context.properties = {
## Configure properties in the system.
#mem.warn-mlock = false
#mem.allow-mlock = true
#mem.mlock-all = false
#log.level = 2
#mem.warn-mlock = false
#mem.allow-mlock = true
#mem.mlock-all = false
#log.level = 2
}
context.spa-libs = {
## <factory-name regex> = <library-name>
#<factory-name regex> = <library-name>
#
# Used to find spa factory names. It maps an spa factory name
# regular expression to a library name that should contain
# that factory.
#
audio.convert* = audioconvert/libspa-audioconvert
support.* = support/libspa-support
audio.convert* = audioconvert/libspa-audioconvert
support.* = support/libspa-support
}
context.modules = {
## <module-name> = { [args = { <key>=<value> ... }]
# [flags = [ [ifexists] [nofail] ]}
#<module-name> = {
# [ args = { <key> = <value> ... } ]
# [ flags = [ [ ifexists ] [ nofail ] ]
#}
#
# Loads a module with the given parameters.
# If ifexists is given, the module is ignored when it is not found.