From 80d0b3963725f12d917a7e557fa262de3f08cb6f Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Mon, 20 Feb 2023 09:41:31 +0000 Subject: [PATCH] chore(docs): Added default value in explanatory json --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5888a1c..a5de799 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Configuration is via a `.sasjslint` file with the following structure (these are "hasMacroParentheses": true, "ignoreList": ["sajsbuild/", "sasjsresults/"], "indentationMultiple": 2, + "lineEndings": '', "lowerCaseFileNames": true, "maxDataLineLength": 80, "maxHeaderLineLength": 80,