Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/formatting/
Dformatting_settings.h27 struct EditorSettings { struct
31 size_t GetBaseIndentSize() const in GetBaseIndentSize()
36 size_t GetIndentSize() const in GetIndentSize()
41 size_t GetTabSize() const in GetTabSize()
46 std::string GetNewLineCharacter() const in GetNewLineCharacter()
51 bool GetConvertTabsToSpaces() const in GetConvertTabsToSpaces()
56 IndentStyle GetIndentStyle() const in GetIndentStyle()
61 bool GetTrimTrailingWhitespace() const in GetTrimTrailingWhitespace()
66 void SetBaseIndentSize(size_t value) in SetBaseIndentSize()
71 void SetIndentSize(size_t value) in SetIndentSize()
[all …]