MCPcopy
hub / github.com/micro-editor/micro / DefaultCommonSettings

Function DefaultCommonSettings

internal/config/settings.go:457–463  ·  view source on GitHub ↗

DefaultCommonSettings returns a map of all common buffer settings and their default values

()

Source from the content-addressed store, hash-verified

455// DefaultCommonSettings returns a map of all common buffer settings
456// and their default values
457func DefaultCommonSettings() map[string]any {
458 commonsettings := make(map[string]any)
459 for k, v := range defaultCommonSettings {
460 commonsettings[k] = v
461 }
462 return commonsettings
463}
464
465// DefaultAllSettings returns a map of all common buffer & global-only settings
466// and their default values

Callers 2

ReloadSettingsMethod · 0.92
NewBufferFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected