From 5bb4d4359a52e9caf331f6001b953dc553df64df Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 10 Jul 2022 00:23:24 +0900 Subject: Initial import of UniversalIndentGUI 1.2.0 from Debian snapshot (https://snapshot.debian.org/package/universalindentgui/1.2.0-1.1). The code is available under GPL2 licence. Signed-off-by: Michele Calgaro --- indenters/uigui_csstidy.ini | 119 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100755 indenters/uigui_csstidy.ini (limited to 'indenters/uigui_csstidy.ini') diff --git a/indenters/uigui_csstidy.ini b/indenters/uigui_csstidy.ini new file mode 100755 index 0000000..2cca15a --- /dev/null +++ b/indenters/uigui_csstidy.ini @@ -0,0 +1,119 @@ +[header] +categories=General +cfgFileParameterEnding=" " +configFilename= +fileTypes=*.css +indenterFileName=csstidy +indenterName=CSSTidy (CSS) +inputFileName=indentinput +inputFileParameter= +manual=http://csstidy.sourceforge.net/usage.php +outputFileName=indentoutput +outputFileParameter= +parameterOrder=ipo +showHelpParameter= +stringparaminquotes=false +useCfgFileParameter= +version=1.3 + +[Add Timestamp] +Category=0 +Description=Add Timestamp. +EditorType=boolean +TrueFalse="--timestamp=true|--timestamp=false" +ValueDefault=0 + +[Allow HTML in templates] +Category=0 +Description=Allow HTML in templates. +EditorType=boolean +TrueFalse="--allow_html_in_templates=true|--allow_html_in_templates=false" +ValueDefault=1 + +[Case for properties] +Category=0 +Choices="--case_properties=0|--case_properties=1|--case_properties=2" +Description=
  0 - None.
1 - Lowercase.
2 - Uppercase.
+EditorType=multiple +Enabled=false +ValueDefault=1 + +[Compress colors] +Category=0 +Description=Compress colors. +EditorType=boolean +TrueFalse="--compress_colors=true|--compress_colors=false" +ValueDefault=1 + +[Compress font-weight] +Category=0 +Description=Compress font weight. +EditorType=boolean +TrueFalse="--compress_font=true|--compress_font=false" +ValueDefault=1 + +[Lowercase selectors] +Category=0 +Description=Lowercase selectors names needed for XHTML. +EditorType=boolean +TrueFalse="--lowercase_s=true|--lowercase_s=false" +ValueDefault=0 + +[Optimise shorthands] +Category=0 +Choices="--optimise_shorthands=0|--optimise_shorthands=1|--optimise_shorthands=2" +Description=
  0 - Do not optimise.
1 - Safe optimisations.
2 - All optimisations.
+EditorType=multiple +Enabled=false +ValueDefault=1 + +[Preserve CSS] +Category=0 +Description="Save comments, hacks, etc.
Most optimisations can NOT be applied if this is enabled." +EditorType=boolean +TrueFalse="--preserve_css=true|--preserve_css=false" +ValueDefault=0 + +[Regroup selectors] +Category=0 +Choices="--merge_selectors=0|--merge_selectors=1|--merge_selectors=2" +Description="
  0 - Do not change anything
1 - Only seperate selectors (split at , )
2 - Merge selectors with the same properties (fast)
" +EditorType=multiple +Enabled=false +ValueDefault=2 + +[Remove last semikolon] +Category=0 +Description="Remove last ;" +EditorType=boolean +TrueFalse="--remove_last_;=true|--remove_last_;=false" +ValueDefault=0 + +[Remove unnecessary backslashes] +Category=0 +Description=Remove backslashes. +EditorType=boolean +TrueFalse="--remove_bslash=true|--remove_bslash=false" +ValueDefault=1 + +[Sort properties] +Category=0 +Description=Sort properties. +EditorType=boolean +TrueFalse="--sort_properties=true|--sort_properties=false" +ValueDefault=0 + +[Sort selectors %28caution%29] +Category=0 +Description=Attention: This may change the behavior of your CSS code! +EditorType=boolean +TrueFalse="--sort_selectors=true|--sort_selectors=false" +ValueDefault=0 + +[Template] +Category=0 +Choices="--template=highest|--template=high|--template=default|--template=low" +Description="
  Highest - No readability, smallest size.
High - Moderate readability, smaller size.
Default - balance between readability and size.
Low - Higher readability.
" +EditorType=multiple +Enabled=false +ValueDefault=2 -- cgit v1.2.1