ソースコードの整形オプション

ソースコードの整形オプションについて……例えば VC# 2008 とかだとこれぐらい設定項目がある((VC#2008Expressのインストールディレクトリ)\Common7\IDE\VCSExpress\Profiles\CSharpExpress.vssettings から)


AutoComment
BraceMatchingRectangle
BringUpOnEventHookup
BringUpOnIdentifier
BringUpOnOverride
BringUpOnPartial
BringUpOnSpace
CodeDefinitionWindow_DocumentationComment_IndentBase
CodeDefinitionWindow_DocumentationComment_IndentOffset
CodeDefinitionWindow_DocumentationComment_WrapLength
CollapseInactiveBlocksOnOpen
CollapseRegionBlocksOnOpen
Colorize
ColorizeBoundTypes
CompleteOnNewline
CompleteOnSpace
CompletionCommitCharacters
DelayBeforeRecolorizingActiveView
DelayBeforeShowingErrors
EditAndContinueEnabled
EditAndContinueReportEnterBreakStateFailure
EditAndContinueReportOpenScopeFailure
EnableProgressDialogOnWaitForBackground
Enabled
EncapsulateField_PreviewReferenceChanges
EncapsulateField_SearchInComments
EncapsulateField_SearchInStrings
EncapsulateField_UpdateAllReferences
EnterOutliningModeOnOpen
ExtractInterface_SelectAll
FilterKeywordsContextually
FilterToAllowableTypes
Formatting_TriggerOnBlockCompletion
Formatting_TriggerOnPaste
Formatting_TriggerOnStatementCompletion
GenerateStub
ImplementInterface
ImplementInterface_InsertRegionTags
Indent_BlockContents
Indent_Braces
Indent_CaseContents
Indent_CaseLabels
Indent_FlushLabelsLeft
Indent_UnindentLabels
InsertNewlineOnEnterWithWholeWord
NeverShowBuildWarningDialog
NewLines_AnonymousTypeInitializer_EachMember
NewLines_Braces_AnonymousMethod
NewLines_Braces_AnonymousTypeInitializer
NewLines_Braces_ArrayInitializer
NewLines_Braces_CollectionInitializer
NewLines_Braces_ControlFlow
NewLines_Braces_LambdaExpressionBody
NewLines_Braces_Method
NewLines_Braces_ObjectInitializer
NewLines_Braces_Type
NewLines_Keywords_Catch
NewLines_Keywords_Else
NewLines_Keywords_Finally
NewLines_ObjectInitializer_EachMember
NewLines_QueryExpression_EachClause
OnlyScanFirstTypeInFileForDesignerAttribute
ProgressDialogDelaySeconds
QuickInfo_ShowAllExceptions
RefactorNotifyRenameEnabled
RemoveParameters_PreviewReferenceChanges
RemoveUnusedUsings
Rename
Rename_Comments
Rename_Overloads
Rename_Preview
Rename_Strings"
ReorderParameters_PreviewReferenceChanges
ShowHiddenItems
ShowKeywords
ShowSnippets
SignatureChange
SortUsings
SortUsings_PlaceSystemFirst
Space_AfterBasesColon
Space_AfterCast
Space_AfterComma
Space_AfterDot
Space_AfterLambdaArrow
Space_AfterMethodCallName
Space_AfterMethodDeclarationName
Space_AfterSemicolonsInForStatement
Space_AroundBinaryOperator
Space_BeforeBasesColon
Space_BeforeComma
Space_BeforeDot
Space_BeforeLambdaArrow
Space_BeforeOpenSquare
Space_BeforeSemicolonsInForStatement
Space_BetweenEmptyMethodCallParentheses
Space_BetweenEmptyMethodDeclarationParentheses
Space_BetweenEmptySquares
Space_InControlFlowConstruct
Space_Normalize
Space_WithinCastParentheses
Space_WithinExpressionParentheses
Space_WithinMethodCallParentheses
Space_WithinMethodDeclarationParentheses
Space_WithinOtherParentheses
Space_WithinSquares
Squiggles
TrackMostRecentlyUsed
UnboundItem
UnboundItem_ExactMatches
WarnOnBuildErrors
WarnWhenMembersCauseCompilerGeneratedReferences
Watson_DeferSendingUntilLater
Watson_MaxExceptionsToReport
Watson_ReportExceptions
Wrapping_IgnoreSpacesAroundBinaryOperators
Wrapping_IgnoreSpacesAroundVariableDeclaration
Wrapping_KeepStatementsOnSingleLine
Wrapping_PreserveSingleLine


Eclipse とかの整形オプションはどうなんだろ。