Searched defs:tabSize (Results 1 – 2 of 2) sorted by relevance
32 int tabSize; // Tab size in pixels, <=0 no TAB expand variable
1473 static constexpr Sci::Position NextTab(Sci::Position pos, Sci::Position tabSize) noexcept { in NextTab()1477 static std::string CreateIndentation(Sci::Position indent, int tabSize, bool insertSpaces) { in CreateIndentation()