diff options
author | Michele Calgaro <[email protected]> | 2022-07-16 15:18:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-07-16 15:18:45 +0900 |
commit | d017bd37253ae35b29d82e3277b9adcbb4517dd0 (patch) | |
tree | d884d5cf71c4dd350d1abcf752c438e117a872d5 /indenters/uigui_vbsbeaut.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 <[email protected]>
Diffstat (limited to 'indenters/uigui_vbsbeaut.ini')
-rwxr-xr-x | indenters/uigui_vbsbeaut.ini | 90 |
1 files changed, 45 insertions, 45 deletions
diff --git a/indenters/uigui_vbsbeaut.ini b/indenters/uigui_vbsbeaut.ini index 46cbc76..0168a92 100755 --- a/indenters/uigui_vbsbeaut.ini +++ b/indenters/uigui_vbsbeaut.ini @@ -1,45 +1,45 @@ -[header]
-categories=General
-cfgFileParameterEnding=cr
-configFilename=
-fileTypes=*.vb
-indenterFileName=vbsbeaut.bat
-indenterName=VBSBeautifier (VB)
-inputFileName=indentinput
-inputFileParameter=" "
-manual=http://www.daansystems.com/vbsbeaut/
-outputFileName=indentinput
-outputFileParameter=none
-parameterOrder=pio
-showHelpParameter=
-stringparaminquotes=false
-useCfgFileParameter=
-version=1.10
-
-
-[Spaces]
-Category=0
-Description="<html>Replace tabs by this number of spaces</html>"
-Enabled=false
-EditorType=numeric
-CallName="-s"
-MinVal=0
-MaxVal=1024
-ValueDefault=4
-
-[Keywords]
-Category=0
-Description="<html>Change keywords</html>"
-Enabled=false
-EditorType=multiple
-Choices="|-u|-l|-n"
-ChoicesReadable="Properize keywords|Make keywords uppercase|Make keywords lowercase|Don't change keywords"
-ValueDefault=0
-
-[Split Dim]
-Category=0
-Description="<html>Split Dim statements</html>"
-Enabled=false
-EditorType=boolean
-TrueFalse=|-d
-ValueDefault=0
+[header] +categories=General +cfgFileParameterEnding=cr +configFilename= +fileTypes=*.vb +indenterFileName=vbsbeaut.bat +indenterName=VBSBeautifier (VB) +inputFileName=indentinput +inputFileParameter=" " +manual=http://www.daansystems.com/vbsbeaut/ +outputFileName=indentinput +outputFileParameter=none +parameterOrder=pio +showHelpParameter= +stringparaminquotes=false +useCfgFileParameter= +version=1.10 + + +[Spaces] +Category=0 +Description="<html>Replace tabs by this number of spaces</html>" +Enabled=false +EditorType=numeric +CallName="-s" +MinVal=0 +MaxVal=1024 +ValueDefault=4 + +[Keywords] +Category=0 +Description="<html>Change keywords</html>" +Enabled=false +EditorType=multiple +Choices="|-u|-l|-n" +ChoicesReadable="Properize keywords|Make keywords uppercase|Make keywords lowercase|Don't change keywords" +ValueDefault=0 + +[Split Dim] +Category=0 +Description="<html>Split Dim statements</html>" +Enabled=false +EditorType=boolean +TrueFalse=|-d +ValueDefault=0 |