Step 118: settings panel

This commit is contained in:
Bill
2026-02-09 13:02:43 -07:00
parent fb9d24eee5
commit da3fec9f15
8 changed files with 374 additions and 10 deletions

View File

@@ -96,6 +96,7 @@ public:
}
int getTabSize() const { return indent_.tabSize; }
void setTabSize(int size) { indent_.tabSize = size; }
// --- Comments ---