This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.builder.project-tree.gschema.xml is in gnome-builder 3.28.1-1ubuntu1.

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
<schemalist>
  <schema id="org.gnome.builder.project-tree" path="/org/gnome/builder/project-tree/" gettext-domain="gnome-builder">
    <key name="show-icons" type="b">
      <default>true</default>
      <summary>Show Icons</summary>
      <description>If enabled, the project tree will display icons next to each item.</description>
    </key>
    <key name="show-ignored-files" type="b">
      <default>false</default>
      <summary>Show Ignored Files</summary>
      <description>If enabled, the project tree will display files that are ignored by the VCS.</description>
    </key>
    <key name="sort-directories-first" type="b">
      <default>true</default>
      <summary>Sort Directories First</summary>
      <description>If enabled, the project tree will sort directories before regular files.</description>
    </key>
  </schema>
</schemalist>