Skip to content

Commit

Permalink
Tuning of indentation. Still only approximate.
Browse files Browse the repository at this point in the history
git-svn-id: https://ctags.svn.sourceforge.net/svnroot/ctags/trunk@449 c5d04d22-be80-434c-894e-aa346cc9e8e8
  • Loading branch information
Darren Hiebert committed Aug 23, 2006
1 parent ea5c9fd commit c9b919a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .indent.pro
Expand Up @@ -8,6 +8,7 @@
--case-indentation0 --case-indentation0
--comment-indentation0 --comment-indentation0
--continuation-indentation4 --continuation-indentation4
--cuddle-do-while
--declaration-comment-column0 --declaration-comment-column0
--declaration-indentation0 --declaration-indentation0
--dont-break-function-decl-args --dont-break-function-decl-args
Expand All @@ -16,6 +17,8 @@
--honour-newlines --honour-newlines
--indent-level4 --indent-level4
--line-length80 --line-length80
--paren-indentation4
--preprocessor-indentation1
--no-blank-lines-after-commas --no-blank-lines-after-commas
--space-after-cast --space-after-cast
--space-after-for --space-after-for
Expand All @@ -25,4 +28,4 @@
--space-special-semicolon --space-special-semicolon
--start-left-side-of-comments --start-left-side-of-comments
--struct-brace-indentation4 --struct-brace-indentation4
--tab-size8 --tab-size4

0 comments on commit c9b919a

Please sign in to comment.