From e1c4a46d34dfeda0e9af9111754eb1558dd009df Mon Sep 17 00:00:00 2001 From: Dimple Kuriakose <123362247+k-dimple@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:44:58 +0530 Subject: [PATCH] Change line length to 150 Co-authored-by: Michael Park --- sp-files/.sphinx/.markdownlint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp-files/.sphinx/.markdownlint.json b/sp-files/.sphinx/.markdownlint.json index 77c4f97b..8aafaf6d 100644 --- a/sp-files/.sphinx/.markdownlint.json +++ b/sp-files/.sphinx/.markdownlint.json @@ -1,7 +1,7 @@ { "default": false, "MD003": { "style": "atx" }, - "MD013": { "code_blocks": false, "tables": false, "stern": true, "line_length": 80}, + "MD013": { "code_blocks": false, "tables": false, "stern": true, "line_length": 150}, "MD014": true, "MD018": true, "MD022": true,