changeset 13:df9e8d3c040e

Added two further options. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@170 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Wed, 18 Oct 2006 20:28:30 +0000
parents a0cd78840b06
children d53365cbe238
files data/uigui_gnuindent.ini
diffstat 1 files changed, 17 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/data/uigui_gnuindent.ini	Wed Oct 18 19:18:05 2006 +0000
+++ b/data/uigui_gnuindent.ini	Wed Oct 18 20:28:30 2006 +0000
@@ -1,5 +1,5 @@
 [%20header]
-categories=General
+categories=General|Blank lines|Comments
 cfgFileParameterEnding=cr
 configFilename=.indent.pro
 fileTypes=*.c|*.h
@@ -35,3 +35,19 @@
 TrueFalse=-kr|
 Value=0
 ValueDefault=0
+
+[blank-lines-after-declarations]
+Category=1
+Description=<html>The -bad option forces a blank line after every block of declarations.</html>
+EditorType=boolean
+TrueFalse=-bad|
+Value=0
+ValueDefault=0
+
+[blank-lines-after-procedures]
+Category=1
+Description=<html>The -bap option forces a blank line after every procedure body.</html>
+EditorType=boolean
+TrueFalse=-bap|
+Value=0
+ValueDefault=0