docs: improve comments in keyman-developer-options.ts

Build-bot: skip

Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
This commit is contained in:
Marc Durdin 2026-06-29 16:11:39 +02:00 committed by GitHub
parent cfe2e8ef06
commit b2ee534612
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ export const KeymanDeveloperOptionsPath = [/* '~', */ '.keymandeveloper', 'optio
/**
* The set of standard user options for Keyman Developer. Corresponds to
* TKeymanDeveloperOptions in the Keyman Developer TIKE source.
* TKeymanDeveloperOptions in `developer/src/tike/main/KeymanDeveloperOptions.pas`
*/
export interface KeymanDeveloperOptions {
"use tab char": boolean;
@ -61,7 +61,7 @@ export interface KeymanDeveloperOptions {
export type KeymanDeveloperOption = keyof KeymanDeveloperOptions;
const DEFAULT_OPTIONS: KeymanDeveloperOptions = {
// Corresponds to KeymanDeveloperOptions.pas, TKeymanDeveloperOptions.Read
// Corresponds to TKeymanDeveloperOptions.Read in KeymanDeveloperOptions.pas
"use tab char": false,
"link font sizes": true,
"indent size": 4,