mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
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:
parent
cfe2e8ef06
commit
b2ee534612
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue