diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-07-16 15:18:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-07-16 15:18:45 +0900 |
commit | d017bd37253ae35b29d82e3277b9adcbb4517dd0 (patch) | |
tree | d884d5cf71c4dd350d1abcf752c438e117a872d5 /indenters/uigui_xmlindent.ini | |
parent | a0148cf62fc298126980a7dc27603b123e1d764c (diff) | |
download | universal-indent-gui-tqt-d017bd37253ae35b29d82e3277b9adcbb4517dd0.tar.gz universal-indent-gui-tqt-d017bd37253ae35b29d82e3277b9adcbb4517dd0.zip |
Convert files to unix format. Convert C++ header names to C header names.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'indenters/uigui_xmlindent.ini')
-rwxr-xr-x | indenters/uigui_xmlindent.ini | 122 |
1 files changed, 61 insertions, 61 deletions
diff --git a/indenters/uigui_xmlindent.ini b/indenters/uigui_xmlindent.ini index fcdd576..3717510 100755 --- a/indenters/uigui_xmlindent.ini +++ b/indenters/uigui_xmlindent.ini @@ -1,61 +1,61 @@ -[header]
-categories=General
-cfgFileParameterEnding=cr
-configFilename=
-fileTypes=*.xml|*.xslt
-indenterFileName=xmlindent
-indenterName=XML Indent (XML, XSL)
-inputFileName=indentinput
-inputFileParameter=
-manual=http://universalindent.sf.net/indentermanuals/xmlindent.txt
-outputFileName=indentoutput
-outputFileParameter="-o "
-parameterOrder=poi
-showHelpParameter=-h
-stringparaminquotes=false
-useCfgFileParameter=none
-version=0.2.17
-
-[Indent level]
-CallName="-i "
-Category=0
-Description=<html>Indent using n spaces or tabs.</html>
-EditorType=numeric
-Enabled=false
-MaxVal=120
-MinVal=0
-ValueDefault=4
-
-[Use tabs]
-Category=0
-Description=<html>Use tabs instead of spaces for indent.</html>
-EditorType=boolean
-TrueFalse=-t|
-ValueDefault=0
-
-[Maximum wrap columns]
-CallName="-l "
-Category=0
-Description=<html>Maximum columns for line wrapping.</html>
-EditorType=numeric
-Enabled=false
-MaxVal=120
-MinVal=0
-ValueDefault=80
-
-[Suppress newline at pos]
-CallName="-n "
-Category=0
-Description=<html>Suppress newline at position.</html>
-EditorType=numeric
-Enabled=false
-MaxVal=120
-MinVal=0
-ValueDefault=80
-
-[Force newline]
-Category=0
-Description=<html>Force newline on elements without children.</html>
-EditorType=boolean
-TrueFalse=-f|
-ValueDefault=0
+[header] +categories=General +cfgFileParameterEnding=cr +configFilename= +fileTypes=*.xml|*.xslt +indenterFileName=xmlindent +indenterName=XML Indent (XML, XSL) +inputFileName=indentinput +inputFileParameter= +manual=http://universalindent.sf.net/indentermanuals/xmlindent.txt +outputFileName=indentoutput +outputFileParameter="-o " +parameterOrder=poi +showHelpParameter=-h +stringparaminquotes=false +useCfgFileParameter=none +version=0.2.17 + +[Indent level] +CallName="-i " +Category=0 +Description=<html>Indent using n spaces or tabs.</html> +EditorType=numeric +Enabled=false +MaxVal=120 +MinVal=0 +ValueDefault=4 + +[Use tabs] +Category=0 +Description=<html>Use tabs instead of spaces for indent.</html> +EditorType=boolean +TrueFalse=-t| +ValueDefault=0 + +[Maximum wrap columns] +CallName="-l " +Category=0 +Description=<html>Maximum columns for line wrapping.</html> +EditorType=numeric +Enabled=false +MaxVal=120 +MinVal=0 +ValueDefault=80 + +[Suppress newline at pos] +CallName="-n " +Category=0 +Description=<html>Suppress newline at position.</html> +EditorType=numeric +Enabled=false +MaxVal=120 +MinVal=0 +ValueDefault=80 + +[Force newline] +Category=0 +Description=<html>Force newline on elements without children.</html> +EditorType=boolean +TrueFalse=-f| +ValueDefault=0 |