From 9ea17f755a3e9ebf13db9105e1a7cf18ca00b0e6 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Sat, 6 May 2017 13:38:52 -0500 Subject: [PATCH] npm run docs --- docs/options.md | 12 ++++++------ src/options.json | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/options.md b/docs/options.md index c4e0a38..5232b30 100644 --- a/docs/options.md +++ b/docs/options.md @@ -7074,7 +7074,7 @@ Automatically beautify LaTeX files on save **Description**: -undefined (Supported by Latex Beautify) + (Supported by Latex Beautify) **Example `.jsbeautifyrc` Configuration** @@ -8945,7 +8945,7 @@ Automatically beautify Nginx files on save **Description**: -undefined (Supported by Nginx Beautify) + (Supported by Nginx Beautify) **Example `.jsbeautifyrc` Configuration** @@ -9706,7 +9706,7 @@ Absolute path to the `php-cs-fixer` CLI executable (Supported by PHP-CS-Fixer) **Description**: -undefined (Supported by PHP-CS-Fixer) + (Supported by PHP-CS-Fixer) **Example `.jsbeautifyrc` Configuration** @@ -16757,7 +16757,7 @@ Remove trailing whitespace (Supported by Latex Beautify) **Description**: -undefined (Supported by Latex Beautify) + (Supported by Latex Beautify) **Example `.jsbeautifyrc` Configuration** @@ -17311,7 +17311,7 @@ Indentation uses tabs, overrides `Indent Size` and `Indent Char` (Supported by N **Description**: -undefined (Supported by Nginx Beautify) + (Supported by Nginx Beautify) **Example `.jsbeautifyrc` Configuration** @@ -17366,7 +17366,7 @@ Absolute path to the `php-cs-fixer` CLI executable (Supported by PHP-CS-Fixer) **Description**: -undefined (Supported by PHP-CS-Fixer) + (Supported by PHP-CS-Fixer) **Example `.jsbeautifyrc` Configuration** diff --git a/src/options.json b/src/options.json index e7894a9..8694365 100644 --- a/src/options.json +++ b/src/options.json @@ -4301,7 +4301,7 @@ "name": "LaTeX", "namespace": "latex" }, - "description": "undefined (Supported by Latex Beautify)" + "description": " (Supported by Latex Beautify)" }, "disabled": { "title": "Disable Beautifying Language", @@ -5420,7 +5420,7 @@ "name": "Nginx", "namespace": "nginx" }, - "description": "undefined (Supported by Nginx Beautify)" + "description": " (Supported by Nginx Beautify)" }, "disabled": { "title": "Disable Beautifying Language", @@ -5808,7 +5808,7 @@ "name": "PHP", "namespace": "php" }, - "description": "undefined (Supported by PHP-CS-Fixer)" + "description": " (Supported by PHP-CS-Fixer)" }, "fixers": { "type": "string",