Home
last modified time | relevance | path

Searched defs:FormatCodeSettings (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/include/formatting/
Dformatting_settings.h111 struct FormatCodeSettings : public EditorSettings { struct
115 bool GetInsertSpaceAfterCommaDelimiter() const in GetInsertSpaceAfterCommaDelimiter()
120 bool GetInsertSpaceAfterSemicolonInForStatements() const in GetInsertSpaceAfterSemicolonInForStatements()
125 bool GetInsertSpaceBeforeAndAfterBinaryOperators() const in GetInsertSpaceBeforeAndAfterBinaryOperators()
130 bool GetInsertSpaceAfterConstructor() const in GetInsertSpaceAfterConstructor()
135 bool GetInsertSpaceAfterKeywordsInControlFlowStatements() const in GetInsertSpaceAfterKeywordsInControlFlowStatements()
140 bool GetInsertSpaceAfterFunctionKeywordForAnonymousFunctions() const in GetInsertSpaceAfterFunctionKeywordForAnonymousFunctions()
145 bool GetInsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis() const in GetInsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis()
150 bool GetInsertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets() const in GetInsertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets()
155 bool GetInsertSpaceAfterOpeningAndBeforeClosingNonemptyBraces() const in GetInsertSpaceAfterOpeningAndBeforeClosingNonemptyBraces()
[all …]