feat: Set json format indent style to 'space'

This commit is contained in:
ulic-youthlic 2026-01-26 12:12:30 +08:00
parent bde2f548e0
commit 0cee25c337
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 511 additions and 510 deletions

View file

@ -1,12 +1,12 @@
{ {
"languages": { "languages": {
"Nix": { "Nix": {
"formatter": { "formatter": {
"external": { "external": {
"command": "alejandra", "command": "alejandra",
"arguments": ["-"] "arguments": ["-"]
} }
} }
} }
} }
} }

View file

@ -1,16 +1,16 @@
{ {
"sources": [ "sources": [
{ {
"enabled": true, "enabled": true,
"name": "Official Noctalia Plugins", "name": "Official Noctalia Plugins",
"url": "https://github.com/noctalia-dev/noctalia-plugins" "url": "https://github.com/noctalia-dev/noctalia-plugins"
} }
], ],
"states": { "states": {
"timer": { "timer": {
"enabled": true, "enabled": true,
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins" "sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
} }
}, },
"version": 1 "version": 1
} }

View file

@ -1,488 +1,488 @@
{ {
"settingsVersion": 41, "settingsVersion": 41,
"bar": { "bar": {
"position": "right", "position": "right",
"monitors": [], "monitors": [],
"density": "comfortable", "density": "comfortable",
"showOutline": false, "showOutline": false,
"showCapsule": true, "showCapsule": true,
"capsuleOpacity": 1, "capsuleOpacity": 1,
"backgroundOpacity": 0.93, "backgroundOpacity": 0.93,
"useSeparateOpacity": false, "useSeparateOpacity": false,
"floating": false, "floating": false,
"marginVertical": 4, "marginVertical": 4,
"marginHorizontal": 4, "marginHorizontal": 4,
"outerCorners": true, "outerCorners": true,
"exclusive": true, "exclusive": true,
"hideOnOverview": false, "hideOnOverview": false,
"widgets": { "widgets": {
"left": [ "left": [
{ {
"compactMode": true, "compactMode": true,
"diskPath": "/", "diskPath": "/",
"id": "SystemMonitor", "id": "SystemMonitor",
"showCpuTemp": true, "showCpuTemp": true,
"showCpuUsage": true, "showCpuUsage": true,
"showDiskUsage": true, "showDiskUsage": true,
"showGpuTemp": false, "showGpuTemp": false,
"showLoadAverage": true, "showLoadAverage": true,
"showMemoryAsPercent": true, "showMemoryAsPercent": true,
"showMemoryUsage": true, "showMemoryUsage": true,
"showNetworkStats": true, "showNetworkStats": true,
"useMonospaceFont": true, "useMonospaceFont": true,
"usePrimaryColor": false "usePrimaryColor": false
}, },
{ {
"compactMode": false, "compactMode": false,
"compactShowAlbumArt": true, "compactShowAlbumArt": true,
"compactShowVisualizer": false, "compactShowVisualizer": false,
"hideMode": "hidden", "hideMode": "hidden",
"hideWhenIdle": false, "hideWhenIdle": false,
"id": "MediaMini", "id": "MediaMini",
"maxWidth": 145, "maxWidth": 145,
"panelShowAlbumArt": true, "panelShowAlbumArt": true,
"panelShowVisualizer": true, "panelShowVisualizer": true,
"scrollingMode": "hover", "scrollingMode": "hover",
"showAlbumArt": true, "showAlbumArt": true,
"showArtistFirst": false, "showArtistFirst": false,
"showProgressRing": true, "showProgressRing": true,
"showVisualizer": false, "showVisualizer": false,
"useFixedWidth": false, "useFixedWidth": false,
"visualizerType": "wave" "visualizerType": "wave"
} }
], ],
"center": [ "center": [
{ {
"colorizeIcons": false, "colorizeIcons": false,
"hideMode": "hidden", "hideMode": "hidden",
"iconScale": 0.8, "iconScale": 0.8,
"id": "Taskbar", "id": "Taskbar",
"maxTaskbarWidth": 40, "maxTaskbarWidth": 40,
"onlyActiveWorkspaces": true, "onlyActiveWorkspaces": true,
"onlySameOutput": true, "onlySameOutput": true,
"showPinnedApps": true, "showPinnedApps": true,
"showTitle": false, "showTitle": false,
"smartWidth": true, "smartWidth": true,
"titleWidth": 120 "titleWidth": 120
}, },
{ {
"characterCount": 2, "characterCount": 2,
"colorizeIcons": false, "colorizeIcons": false,
"enableScrollWheel": true, "enableScrollWheel": true,
"followFocusedScreen": false, "followFocusedScreen": false,
"groupedBorderOpacity": 1, "groupedBorderOpacity": 1,
"hideUnoccupied": true, "hideUnoccupied": true,
"iconScale": 0.8, "iconScale": 0.8,
"id": "Workspace", "id": "Workspace",
"labelMode": "index", "labelMode": "index",
"showApplications": false, "showApplications": false,
"showLabelsOnlyWhenOccupied": true, "showLabelsOnlyWhenOccupied": true,
"unfocusedIconsOpacity": 1 "unfocusedIconsOpacity": 1
} }
], ],
"right": [ "right": [
{ {
"id": "plugin:timer" "id": "plugin:timer"
}, },
{ {
"displayMode": "onhover", "displayMode": "onhover",
"id": "Brightness" "id": "Brightness"
}, },
{ {
"hideWhenZero": false, "hideWhenZero": false,
"hideWhenZeroUnread": false, "hideWhenZeroUnread": false,
"id": "NotificationHistory", "id": "NotificationHistory",
"showUnreadBadge": true "showUnreadBadge": true
}, },
{ {
"displayMode": "onhover", "displayMode": "onhover",
"id": "Volume", "id": "Volume",
"middleClickCommand": "pwvucontrol || pavucontrol" "middleClickCommand": "pwvucontrol || pavucontrol"
}, },
{ {
"blacklist": [], "blacklist": [],
"colorizeIcons": false, "colorizeIcons": false,
"drawerEnabled": true, "drawerEnabled": true,
"hidePassive": false, "hidePassive": false,
"id": "Tray", "id": "Tray",
"pinned": ["Fcitx"] "pinned": ["Fcitx"]
}, },
{ {
"customFont": "", "customFont": "",
"formatHorizontal": "HH:mm ddd, MMM dd", "formatHorizontal": "HH:mm ddd, MMM dd",
"formatVertical": "HH mm - dd MM", "formatVertical": "HH mm - dd MM",
"id": "Clock", "id": "Clock",
"tooltipFormat": "HH:mm ddd, MMM dd", "tooltipFormat": "HH:mm ddd, MMM dd",
"useCustomFont": false, "useCustomFont": false,
"usePrimaryColor": true "usePrimaryColor": true
} }
] ]
} }
}, },
"general": { "general": {
"dimmerOpacity": 0, "dimmerOpacity": 0,
"showScreenCorners": false, "showScreenCorners": false,
"forceBlackScreenCorners": false, "forceBlackScreenCorners": false,
"scaleRatio": 1, "scaleRatio": 1,
"radiusRatio": 1, "radiusRatio": 1,
"iRadiusRatio": 1, "iRadiusRatio": 1,
"boxRadiusRatio": 1, "boxRadiusRatio": 1,
"screenRadiusRatio": 1, "screenRadiusRatio": 1,
"animationSpeed": 2, "animationSpeed": 2,
"animationDisabled": false, "animationDisabled": false,
"compactLockScreen": true, "compactLockScreen": true,
"lockOnSuspend": true, "lockOnSuspend": true,
"showSessionButtonsOnLockScreen": true, "showSessionButtonsOnLockScreen": true,
"showHibernateOnLockScreen": true, "showHibernateOnLockScreen": true,
"enableShadows": true, "enableShadows": true,
"shadowDirection": "bottom_right", "shadowDirection": "bottom_right",
"shadowOffsetX": 2, "shadowOffsetX": 2,
"shadowOffsetY": 3, "shadowOffsetY": 3,
"language": "zh-CN", "language": "zh-CN",
"allowPanelsOnScreenWithoutBar": true, "allowPanelsOnScreenWithoutBar": true,
"showChangelogOnStartup": true, "showChangelogOnStartup": true,
"telemetryEnabled": true "telemetryEnabled": true
}, },
"ui": { "ui": {
"fontDefault": "Source Han Serif SC", "fontDefault": "Source Han Serif SC",
"fontFixed": "MonoLisa", "fontFixed": "MonoLisa",
"fontDefaultScale": 1, "fontDefaultScale": 1,
"fontFixedScale": 1, "fontFixedScale": 1,
"tooltipsEnabled": true, "tooltipsEnabled": true,
"panelBackgroundOpacity": 0.9500000000000001, "panelBackgroundOpacity": 0.9500000000000001,
"panelsAttachedToBar": true, "panelsAttachedToBar": true,
"settingsPanelMode": "centered", "settingsPanelMode": "centered",
"wifiDetailsViewMode": "grid", "wifiDetailsViewMode": "grid",
"bluetoothDetailsViewMode": "grid", "bluetoothDetailsViewMode": "grid",
"networkPanelView": "wifi", "networkPanelView": "wifi",
"bluetoothHideUnnamedDevices": false, "bluetoothHideUnnamedDevices": false,
"boxBorderEnabled": false "boxBorderEnabled": false
}, },
"location": { "location": {
"weatherEnabled": true, "weatherEnabled": true,
"weatherShowEffects": true, "weatherShowEffects": true,
"useFahrenheit": false, "useFahrenheit": false,
"use12hourFormat": false, "use12hourFormat": false,
"showWeekNumberInCalendar": true, "showWeekNumberInCalendar": true,
"showCalendarEvents": true, "showCalendarEvents": true,
"showCalendarWeather": true, "showCalendarWeather": true,
"analogClockInCalendar": false, "analogClockInCalendar": false,
"firstDayOfWeek": 1, "firstDayOfWeek": 1,
"hideWeatherTimezone": false, "hideWeatherTimezone": false,
"hideWeatherCityName": true "hideWeatherCityName": true
}, },
"calendar": { "calendar": {
"cards": [ "cards": [
{ {
"enabled": true, "enabled": true,
"id": "calendar-header-card" "id": "calendar-header-card"
}, },
{ {
"enabled": true, "enabled": true,
"id": "calendar-month-card" "id": "calendar-month-card"
}, },
{ {
"enabled": true, "enabled": true,
"id": "weather-card" "id": "weather-card"
} }
] ]
}, },
"wallpaper": { "wallpaper": {
"enabled": true, "enabled": true,
"overviewEnabled": false, "overviewEnabled": false,
"monitorDirectories": [], "monitorDirectories": [],
"enableMultiMonitorDirectories": false, "enableMultiMonitorDirectories": false,
"recursiveSearch": true, "recursiveSearch": true,
"setWallpaperOnAllMonitors": true, "setWallpaperOnAllMonitors": true,
"fillMode": "crop", "fillMode": "crop",
"fillColor": "#000000", "fillColor": "#000000",
"useSolidColor": false, "useSolidColor": false,
"solidColor": "#1a1a2e", "solidColor": "#1a1a2e",
"randomEnabled": true, "randomEnabled": true,
"wallpaperChangeMode": "random", "wallpaperChangeMode": "random",
"randomIntervalSec": 900, "randomIntervalSec": 900,
"transitionDuration": 1500, "transitionDuration": 1500,
"transitionType": "random", "transitionType": "random",
"transitionEdgeSmoothness": 0.05, "transitionEdgeSmoothness": 0.05,
"panelPosition": "center", "panelPosition": "center",
"hideWallpaperFilenames": false, "hideWallpaperFilenames": false,
"useWallhaven": false, "useWallhaven": false,
"wallhavenQuery": "", "wallhavenQuery": "",
"wallhavenSorting": "relevance", "wallhavenSorting": "relevance",
"wallhavenOrder": "desc", "wallhavenOrder": "desc",
"wallhavenCategories": "111", "wallhavenCategories": "111",
"wallhavenPurity": "100", "wallhavenPurity": "100",
"wallhavenRatios": "", "wallhavenRatios": "",
"wallhavenApiKey": "", "wallhavenApiKey": "",
"wallhavenResolutionMode": "atleast", "wallhavenResolutionMode": "atleast",
"wallhavenResolutionWidth": "", "wallhavenResolutionWidth": "",
"wallhavenResolutionHeight": "" "wallhavenResolutionHeight": ""
}, },
"appLauncher": { "appLauncher": {
"enableClipboardHistory": true, "enableClipboardHistory": true,
"autoPasteClipboard": false, "autoPasteClipboard": false,
"enableClipPreview": true, "enableClipPreview": true,
"clipboardWrapText": true, "clipboardWrapText": true,
"position": "center", "position": "center",
"pinnedApps": [], "pinnedApps": [],
"useApp2Unit": true, "useApp2Unit": true,
"sortByMostUsed": true, "sortByMostUsed": true,
"terminalCommand": "ghostty -e", "terminalCommand": "ghostty -e",
"customLaunchPrefixEnabled": false, "customLaunchPrefixEnabled": false,
"customLaunchPrefix": "", "customLaunchPrefix": "",
"viewMode": "list", "viewMode": "list",
"showCategories": true, "showCategories": true,
"iconMode": "tabler", "iconMode": "tabler",
"showIconBackground": true, "showIconBackground": true,
"ignoreMouseInput": false, "ignoreMouseInput": false,
"screenshotAnnotationTool": "" "screenshotAnnotationTool": ""
}, },
"controlCenter": { "controlCenter": {
"position": "close_to_bar_button", "position": "close_to_bar_button",
"diskPath": "/", "diskPath": "/",
"shortcuts": { "shortcuts": {
"left": [ "left": [
{ {
"id": "Bluetooth" "id": "Bluetooth"
}, },
{ {
"id": "WallpaperSelector" "id": "WallpaperSelector"
} }
], ],
"right": [ "right": [
{ {
"id": "KeepAwake" "id": "KeepAwake"
}, },
{ {
"id": "NightLight" "id": "NightLight"
} }
] ]
}, },
"cards": [ "cards": [
{ {
"enabled": true, "enabled": true,
"id": "profile-card" "id": "profile-card"
}, },
{ {
"enabled": true, "enabled": true,
"id": "shortcuts-card" "id": "shortcuts-card"
}, },
{ {
"enabled": true, "enabled": true,
"id": "brightness-card" "id": "brightness-card"
}, },
{ {
"enabled": true, "enabled": true,
"id": "audio-card" "id": "audio-card"
}, },
{ {
"enabled": true, "enabled": true,
"id": "media-sysmon-card" "id": "media-sysmon-card"
}, },
{ {
"enabled": true, "enabled": true,
"id": "weather-card" "id": "weather-card"
} }
] ]
}, },
"systemMonitor": { "systemMonitor": {
"cpuWarningThreshold": 80, "cpuWarningThreshold": 80,
"cpuCriticalThreshold": 90, "cpuCriticalThreshold": 90,
"tempWarningThreshold": 80, "tempWarningThreshold": 80,
"tempCriticalThreshold": 90, "tempCriticalThreshold": 90,
"gpuWarningThreshold": 80, "gpuWarningThreshold": 80,
"gpuCriticalThreshold": 90, "gpuCriticalThreshold": 90,
"memWarningThreshold": 80, "memWarningThreshold": 80,
"memCriticalThreshold": 90, "memCriticalThreshold": 90,
"diskWarningThreshold": 80, "diskWarningThreshold": 80,
"diskCriticalThreshold": 90, "diskCriticalThreshold": 90,
"cpuPollingInterval": 3000, "cpuPollingInterval": 3000,
"tempPollingInterval": 3000, "tempPollingInterval": 3000,
"gpuPollingInterval": 3000, "gpuPollingInterval": 3000,
"enableDgpuMonitoring": true, "enableDgpuMonitoring": true,
"memPollingInterval": 3000, "memPollingInterval": 3000,
"diskPollingInterval": 3000, "diskPollingInterval": 3000,
"networkPollingInterval": 3000, "networkPollingInterval": 3000,
"loadAvgPollingInterval": 3000, "loadAvgPollingInterval": 3000,
"useCustomColors": false, "useCustomColors": false,
"warningColor": "", "warningColor": "",
"criticalColor": "", "criticalColor": "",
"externalMonitor": "resources || missioncenter || jdsystemmonitor || corestats || system-monitoring-center || gnome-system-monitor || plasma-systemmonitor || mate-system-monitor || ukui-system-monitor || deepin-system-monitor || pantheon-system-monitor" "externalMonitor": "resources || missioncenter || jdsystemmonitor || corestats || system-monitoring-center || gnome-system-monitor || plasma-systemmonitor || mate-system-monitor || ukui-system-monitor || deepin-system-monitor || pantheon-system-monitor"
}, },
"dock": { "dock": {
"enabled": false, "enabled": false,
"position": "bottom", "position": "bottom",
"displayMode": "auto_hide", "displayMode": "auto_hide",
"backgroundOpacity": 1, "backgroundOpacity": 1,
"floatingRatio": 1, "floatingRatio": 1,
"size": 1, "size": 1,
"onlySameOutput": true, "onlySameOutput": true,
"monitors": [], "monitors": [],
"pinnedApps": [], "pinnedApps": [],
"colorizeIcons": false, "colorizeIcons": false,
"pinnedStatic": false, "pinnedStatic": false,
"inactiveIndicators": false, "inactiveIndicators": false,
"deadOpacity": 0.6, "deadOpacity": 0.6,
"animationSpeed": 1 "animationSpeed": 1
}, },
"network": { "network": {
"wifiEnabled": false, "wifiEnabled": false,
"bluetoothRssiPollingEnabled": true, "bluetoothRssiPollingEnabled": true,
"bluetoothRssiPollIntervalMs": 10000, "bluetoothRssiPollIntervalMs": 10000,
"wifiDetailsViewMode": "grid", "wifiDetailsViewMode": "grid",
"bluetoothDetailsViewMode": "grid", "bluetoothDetailsViewMode": "grid",
"bluetoothHideUnnamedDevices": false "bluetoothHideUnnamedDevices": false
}, },
"sessionMenu": { "sessionMenu": {
"enableCountdown": true, "enableCountdown": true,
"countdownDuration": 5000, "countdownDuration": 5000,
"position": "center", "position": "center",
"showHeader": true, "showHeader": true,
"largeButtonsStyle": true, "largeButtonsStyle": true,
"largeButtonsLayout": "grid", "largeButtonsLayout": "grid",
"showNumberLabels": true, "showNumberLabels": true,
"powerOptions": [ "powerOptions": [
{ {
"action": "lock", "action": "lock",
"command": "", "command": "",
"countdownEnabled": true, "countdownEnabled": true,
"enabled": true "enabled": true
}, },
{ {
"action": "suspend", "action": "suspend",
"command": "", "command": "",
"countdownEnabled": true, "countdownEnabled": true,
"enabled": true "enabled": true
}, },
{ {
"action": "hibernate", "action": "hibernate",
"command": "", "command": "",
"countdownEnabled": true, "countdownEnabled": true,
"enabled": true "enabled": true
}, },
{ {
"action": "reboot", "action": "reboot",
"command": "", "command": "",
"countdownEnabled": true, "countdownEnabled": true,
"enabled": true "enabled": true
}, },
{ {
"action": "logout", "action": "logout",
"command": "", "command": "",
"countdownEnabled": true, "countdownEnabled": true,
"enabled": true "enabled": true
}, },
{ {
"action": "shutdown", "action": "shutdown",
"command": "", "command": "",
"countdownEnabled": true, "countdownEnabled": true,
"enabled": true "enabled": true
} }
] ]
}, },
"notifications": { "notifications": {
"enabled": true, "enabled": true,
"monitors": [], "monitors": [],
"location": "bottom_right", "location": "bottom_right",
"overlayLayer": true, "overlayLayer": true,
"backgroundOpacity": 1, "backgroundOpacity": 1,
"respectExpireTimeout": true, "respectExpireTimeout": true,
"lowUrgencyDuration": 3, "lowUrgencyDuration": 3,
"normalUrgencyDuration": 8, "normalUrgencyDuration": 8,
"criticalUrgencyDuration": 15, "criticalUrgencyDuration": 15,
"enableKeyboardLayoutToast": true, "enableKeyboardLayoutToast": true,
"saveToHistory": { "saveToHistory": {
"low": true, "low": true,
"normal": true, "normal": true,
"critical": true "critical": true
}, },
"sounds": { "sounds": {
"enabled": false, "enabled": false,
"volume": 0.5, "volume": 0.5,
"separateSounds": false, "separateSounds": false,
"criticalSoundFile": "", "criticalSoundFile": "",
"normalSoundFile": "", "normalSoundFile": "",
"lowSoundFile": "", "lowSoundFile": "",
"excludedApps": "discord,firefox,chrome,chromium,edge" "excludedApps": "discord,firefox,chrome,chromium,edge"
}, },
"enableMediaToast": false "enableMediaToast": false
}, },
"osd": { "osd": {
"enabled": true, "enabled": true,
"location": "bottom", "location": "bottom",
"autoHideMs": 2000, "autoHideMs": 2000,
"overlayLayer": true, "overlayLayer": true,
"backgroundOpacity": 1, "backgroundOpacity": 1,
"enabledTypes": [0, 1, 2, 3], "enabledTypes": [0, 1, 2, 3],
"monitors": [] "monitors": []
}, },
"audio": { "audio": {
"volumeStep": 1, "volumeStep": 1,
"volumeOverdrive": true, "volumeOverdrive": true,
"cavaFrameRate": 165, "cavaFrameRate": 165,
"visualizerType": "mirrored", "visualizerType": "mirrored",
"mprisBlacklist": [], "mprisBlacklist": [],
"preferredPlayer": "spotify, mpv" "preferredPlayer": "spotify, mpv"
}, },
"brightness": { "brightness": {
"brightnessStep": 1, "brightnessStep": 1,
"enforceMinimum": true, "enforceMinimum": true,
"enableDdcSupport": true "enableDdcSupport": true
}, },
"colorSchemes": { "colorSchemes": {
"useWallpaperColors": false, "useWallpaperColors": false,
"predefinedScheme": "Catppuccin", "predefinedScheme": "Catppuccin",
"darkMode": true, "darkMode": true,
"schedulingMode": "location", "schedulingMode": "location",
"manualSunrise": "06:30", "manualSunrise": "06:30",
"manualSunset": "18:30", "manualSunset": "18:30",
"matugenSchemeType": "scheme-fruit-salad" "matugenSchemeType": "scheme-fruit-salad"
}, },
"templates": { "templates": {
"activeTemplates": [], "activeTemplates": [],
"enableUserTemplates": false "enableUserTemplates": false
}, },
"nightLight": { "nightLight": {
"enabled": false, "enabled": false,
"forced": false, "forced": false,
"autoSchedule": true, "autoSchedule": true,
"nightTemp": "4000", "nightTemp": "4000",
"dayTemp": "6500", "dayTemp": "6500",
"manualSunrise": "06:30", "manualSunrise": "06:30",
"manualSunset": "18:30" "manualSunset": "18:30"
}, },
"hooks": { "hooks": {
"enabled": false, "enabled": false,
"wallpaperChange": "", "wallpaperChange": "",
"darkModeChange": "", "darkModeChange": "",
"screenLock": "", "screenLock": "",
"screenUnlock": "", "screenUnlock": "",
"performanceModeEnabled": "", "performanceModeEnabled": "",
"performanceModeDisabled": "", "performanceModeDisabled": "",
"session": "" "session": ""
}, },
"desktopWidgets": { "desktopWidgets": {
"enabled": true, "enabled": true,
"gridSnap": true, "gridSnap": true,
"monitorWidgets": [ "monitorWidgets": [
{ {
"name": "eDP-1", "name": "eDP-1",
"widgets": [ "widgets": [
{ {
"clockStyle": "minimal", "clockStyle": "minimal",
"customFont": "", "customFont": "",
"format": "HH:mm\\nd MMMM yyyy", "format": "HH:mm\\nd MMMM yyyy",
"id": "Clock", "id": "Clock",
"roundedCorners": true, "roundedCorners": true,
"scale": 1.1985607401441287, "scale": 1.1985607401441287,
"showBackground": false, "showBackground": false,
"useCustomFont": false, "useCustomFont": false,
"usePrimaryColor": true, "usePrimaryColor": true,
"x": 68, "x": 68,
"y": 34 "y": 34
} }
] ]
} }
] ]
} }
} }

View file

@ -15,6 +15,7 @@
includes = ["*.json"]; includes = ["*.json"];
excludes = ["_sources/*.json"]; excludes = ["_sources/*.json"];
settings = { settings = {
formatter.indentStyle = "space";
javascript.formatter.enabled = false; javascript.formatter.enabled = false;
css.formatter.enabled = false; css.formatter.enabled = false;
}; };