<?xml version="1.0" encoding="UTF-8"?>
<!--
   IDETextSettingsProjectInspector.inspector
   IDEKit

   Created by Daniel Gobera on 4/5/2010.
   Copyright 2010-2019 Apple Inc. All rights reserved.
-->

<!-- Inspector for per-project text editing settings. -->
<slice>
    <section>
        <sliver title="Indent Using">
            <property type="enumeration" keyPath="inspectedDocumentsController.selection.project.rootGroup.usesTabs">
                <option-group>
                    <option value="0" title="Spaces"/>
                    <option value="1" title="Tabs"/>
                </option-group>
            </property>
        </sliver>
        <sliver title="Widths">
            <property title="Tab" type="number" formatStyle="integer" minimum='1' keyPath="inspectedDocumentsController.selection.project.rootGroup.tabWidth"/>
            <property title="Indent" type="number" formatStyle="integer" minimum='0' keyPath="inspectedDocumentsController.selection.project.rootGroup.indentWidth"/>
            <property title="Wrap lines" type="boolean" keyPath="inspectedDocumentsController.selection.project.rootGroup.wrapsLines"/>
        </sliver>
    </section>
</slice>
