You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2020/07/20 09:35:00 UTC

[netbeans] branch master updated: [NETBEANS-1646] Formatting options for CSS

This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new c9797fa  [NETBEANS-1646] Formatting options for CSS
     new 9ae4499  Merge pull request #2257 from junichi11/netbeans-1646-css-formatting-option
c9797fa is described below

commit c9797fa3449c7aa61c9243cdf119396179b3aacb
Author: Junichi Yamamoto <ju...@apache.org>
AuthorDate: Thu Jul 16 12:41:50 2020 +0900

    [NETBEANS-1646] Formatting options for CSS
---
 .../src/org/netbeans/modules/css/resources/layer.xml        | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/ide/css.editor/src/org/netbeans/modules/css/resources/layer.xml b/ide/css.editor/src/org/netbeans/modules/css/resources/layer.xml
index 1e7f5d9..95b40fd 100644
--- a/ide/css.editor/src/org/netbeans/modules/css/resources/layer.xml
+++ b/ide/css.editor/src/org/netbeans/modules/css/resources/layer.xml
@@ -197,6 +197,19 @@
                 <file name="css" url="CssExample"/>
             </folder>
         </folder>
+        <folder name="Editor">
+            <folder name="Formatting">
+                <folder name="text">
+                    <folder name="css">
+                        <file name="TabsAndIndents.instance">
+                            <attr name="instanceOf" stringvalue="org.netbeans.modules.options.editor.spi.PreferencesCustomizer$Factory"/>
+                            <attr name="instanceCreate" methodvalue="org.netbeans.modules.options.editor.spi.CustomizerFactories.createDefaultTabsAndIndentsCustomizerFactory"/>
+                            <attr name="position" intvalue="100"/>
+                        </file>
+                    </folder>
+                </folder>
+            </folder>
+        </folder>
     </folder>
 
     <folder name="OptionsExport">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists