changeset 590:e54f0186bcc8

[fix] Bug ID 2173527 : Could not load "--brackets=linux" + "--brackets=break-closing" for Artistic Styler. Problem was that both parameters start with the same name. So changed the "break-closing" parameter to its short form. http://universalindent.sf.net/issue/2173527 git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@835 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Fri, 17 Oct 2008 08:07:06 +0000
parents ea3589eb1e12
children c68594389601
files indenters/uigui_astyle.ini
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/indenters/uigui_astyle.ini	Thu Oct 16 15:20:00 2008 +0000
+++ b/indenters/uigui_astyle.ini	Fri Oct 17 08:07:06 2008 +0000
@@ -29,7 +29,7 @@
 Category=1
 Description=<html>Breaks closing headers from their immediately preceding closing brackets.</html>
 EditorType=boolean
-TrueFalse="--brackets=break-closing|"
+TrueFalse="-y|"
 ValueDefault=0
 
 [break-blocks]