Tuning of indentation. Still only approximate.

git-svn-id: svn://svn.code.sf.net/p/ctags/code/trunk@449 c5d04d22-be80-434c-894e-aa346cc9e8e8
This commit is contained in:
darren 2006-08-23 02:19:09 +00:00
parent 42f6ca9094
commit 37973d1425
1 changed files with 4 additions and 1 deletions

5
.indent.pro vendored
View File

@ -8,6 +8,7 @@
--case-indentation0
--comment-indentation0
--continuation-indentation4
--cuddle-do-while
--declaration-comment-column0
--declaration-indentation0
--dont-break-function-decl-args
@ -16,6 +17,8 @@
--honour-newlines
--indent-level4
--line-length80
--paren-indentation4
--preprocessor-indentation1
--no-blank-lines-after-commas
--space-after-cast
--space-after-for
@ -25,4 +28,4 @@
--space-special-semicolon
--start-left-side-of-comments
--struct-brace-indentation4
--tab-size8
--tab-size4