This file is indexed.

/usr/share/pgmodeler/conf/defaults/pgmodeler.conf is in pgmodeler-common 0.9.1~beta-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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8" ?>
<!--
  CAUTION: Do not modify this file directly on it's code unless you know what you are doing.
	   Unexpected results may occur if the code is changed deliberately.
-->
<pgmodeler>
  <configuration op-list-size="500"
               grid-size="20"
               autosave-interval="10"
               paper-type="4"
               paper-orientation="landscape"
               paper-margin="2,2,2,2"
               print-grid="true"
               print-pg-num="true"
               hide-rel-name="false"
               hide-ext-attribs="false"
               code-font="Source Code Pro"
               code-font-size="10"
               code-tab-width="4"
               canvas-corner-move="true"
               invert-rangesel-trigger="false"
               check-update="true"
               save-last-position="true"
               show-main-menu="false"
               disable-smoothness="false"
               simplified-obj-creation="true"
               confirm-validation="true"
               code-completion="true"
               display-line-numbers="true"
               highlight-lines="true"
               line-numbers-color="#808080"
               line-numbers-bg-color="#F5F5F5"
               line-highlight-color="#FFFFC2"
               use-placeholders="true"
               show-canvas-grid="true"
               show-page-delimiters="true"
               align-objs-to-grid="true"
               min-object-opacity="10"
               history-max-length="1000"
               use-curved-lines="true"/>
  <dock-widgets>
    <widget id="objectfinder" regexp="false" case-sensitive="false" exact-match="false" select-objects="true" fadein-objects="true"/>
    <widget id="validator" sql-validation="true" use-unique-names="true" pgsql-version="Autodetect"/>
    <widget id="sqltool" show-attributes-grid="true" show-source-pane="true"/>
  </dock-widgets>
</pgmodeler>