This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.gedit.plugins.drawspaces.gschema.xml is in gedit-plugins 3.10.1-1ubuntu2.

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
25
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <flags id='org.gnome.gedit.plugins.drawspaces.GtkSourceDrawSpacesFlags'>
    <value value='1' nick='space'/>
    <value value='2' nick='tab'/>
    <value value='4' nick='newline'/>
    <value value='8' nick='nbsp'/>
    <value value='16' nick='leading'/>
    <value value='32' nick='text'/>
    <value value='64' nick='trailing'/>
  </flags>

  <schema path="/org/gnome/gedit/plugins/drawspaces/" id="org.gnome.gedit.plugins.drawspaces" gettext-domain="gedit-plugins">
    <key type="b" name="enable">
      <default>true</default>
      <summary>Enabled</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>