Add Emacs mode line and indent the trace_event.path element correctly

Change-Id: Idcd1ec3ef111aa255446b8504bb1a70c30ff7f7a
Signed-off-by: Tor Lillqvist <tml@collabora.com>
pull/2516/head
Tor Lillqvist 2021-05-25 12:08:14 +03:00 committed by Tor Lillqvist
parent d2cee95331
commit 541d9f3be5
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
<!-- -*- nxml-child-indent: 4; tab-width: 4; indent-tabs-mode: nil -*- -->
<config>
<!-- Note: 'default' attributes are used to document a setting's default value as well as to use as fallback. -->
@ -74,7 +76,7 @@
</logging>
<trace_event desc="The possibility to turn on generation of a Chrome Trace Event file" enable="false">
<path desc="Output path for the Trace Event file, to which they will be written if turned on at run-time" type="string" default="@LOOLWSD_TRACEEVENTFILE@">@LOOLWSD_TRACEEVENTFILE@</path>
<path desc="Output path for the Trace Event file, to which they will be written if turned on at run-time" type="string" default="@LOOLWSD_TRACEEVENTFILE@">@LOOLWSD_TRACEEVENTFILE@</path>
</trace_event>
<loleaflet_logging desc="Logging in the browser console" default="@LOLEAFLET_LOGGING@">@LOLEAFLET_LOGGING@</loleaflet_logging>