mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
align formatting options #3
This commit is contained in:
parent
867476531d
commit
f8f33bc833
1 changed files with 6 additions and 6 deletions
|
|
@ -474,13 +474,13 @@ export abstract class FormatHelper extends Adapter {
|
||||||
IndentStyle: ts.IndentStyle.Smart,
|
IndentStyle: ts.IndentStyle.Smart,
|
||||||
NewLineCharacter: '\n',
|
NewLineCharacter: '\n',
|
||||||
InsertSpaceAfterCommaDelimiter: true,
|
InsertSpaceAfterCommaDelimiter: true,
|
||||||
InsertSpaceAfterFunctionKeywordForAnonymousFunctions: false,
|
InsertSpaceAfterSemicolonInForStatements: true,
|
||||||
InsertSpaceAfterKeywordsInControlFlowStatements: false,
|
|
||||||
InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: true,
|
|
||||||
InsertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets: true,
|
|
||||||
InsertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces: true,
|
|
||||||
InsertSpaceAfterSemicolonInForStatements: false,
|
|
||||||
InsertSpaceBeforeAndAfterBinaryOperators: true,
|
InsertSpaceBeforeAndAfterBinaryOperators: true,
|
||||||
|
InsertSpaceAfterKeywordsInControlFlowStatements: true,
|
||||||
|
InsertSpaceAfterFunctionKeywordForAnonymousFunctions: true,
|
||||||
|
InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: false,
|
||||||
|
InsertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets: false,
|
||||||
|
InsertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces: false,
|
||||||
PlaceOpenBraceOnNewLineForControlBlocks: false,
|
PlaceOpenBraceOnNewLineForControlBlocks: false,
|
||||||
PlaceOpenBraceOnNewLineForFunctions: false
|
PlaceOpenBraceOnNewLineForFunctions: false
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue