changeset 600:1c9f4a2c1c02

Updated to the latest uncrustify version from svn and so updated the ini file. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@850 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 20 Oct 2008 11:37:50 +0000
parents f4ffff63f470
children 0166150e6366
files indenters/uigui_uncrustify.ini
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/indenters/uigui_uncrustify.ini	Mon Oct 20 10:20:30 2008 +0000
+++ b/indenters/uigui_uncrustify.ini	Mon Oct 20 11:37:50 2008 +0000
@@ -1035,6 +1035,15 @@
 ChoicesReadable="Ignore Sp Brace Else|Add Sp Brace Else|Remove Sp Brace Else|Force Sp Brace Else"
 ValueDefault=0
 
+[Sp Brace Typedef]
+Category=2
+Description="<html>Add or remove space between '}' and the name of a typedef on the same line</html>"
+Enabled=false
+EditorType=multiple
+Choices="sp_brace_typedef=ignore|sp_brace_typedef=add|sp_brace_typedef=remove|sp_brace_typedef=force"
+ChoicesReadable="Ignore Sp Brace Typedef|Add Sp Brace Typedef|Remove Sp Brace Typedef|Force Sp Brace Typedef"
+ValueDefault=0
+
 [Sp Catch Brace]
 Category=2
 Description="<html>Add or remove space between 'catch' and '{' if on the same line</html>"
@@ -1260,6 +1269,15 @@
 ChoicesReadable="Ignore Sp Cond Question|Add Sp Cond Question|Remove Sp Cond Question|Force Sp Cond Question"
 ValueDefault=0
 
+[Sp Case Label]
+Category=2
+Description="<html>Fix the spacing between 'case' and the label. Only 'ignore' and 'force' make sense here.</html>"
+Enabled=false
+EditorType=multiple
+Choices="sp_case_label=ignore|sp_case_label=add|sp_case_label=remove|sp_case_label=force"
+ChoicesReadable="Ignore Sp Case Label|Add Sp Case Label|Remove Sp Case Label|Force Sp Case Label"
+ValueDefault=0
+
 [Align Keep Tabs]
 Category=3
 Description="<html>Whether to keep non-indenting tabs</html>"