/usr/share/glib-2.0/schemas/org.gnome.gedit.plugins.drawspaces.gschema.xml is in gedit-plugin-draw-spaces 3.28.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | <schemalist>
<flags id='org.gnome.gedit.plugins.drawspaces.GtkSourceDrawSpacesFlags'>
<value nick='space' value='1'/>
<value nick='tab' value='2'/>
<value nick='newline' value='4'/>
<value nick='nbsp' value='8'/>
<value nick='leading' value='16'/>
<value nick='text' value='32'/>
<value nick='trailing' value='64'/>
</flags>
<schema gettext-domain="gedit-plugins" id="org.gnome.gedit.plugins.drawspaces" path="/org/gnome/gedit/plugins/drawspaces/">
<key name="show-white-space" type="b">
<default>true</default>
<summary>Show _White Space</summary>
<description>If TRUE drawing will be enabled.</description>
</key>
<key name="draw-spaces" flags="org.gnome.gedit.plugins.drawspaces.GtkSourceDrawSpacesFlags">
<default>['space', 'tab', 'leading', 'text', 'trailing']</default>
<summary>Draw Spaces</summary>
<description>The type of spaces to be drawn.</description>
</key>
</schema>
</schemalist>
|