From 6863ddb932ea3d6fcc0afbd1cec4dc7d6977da53 Mon Sep 17 00:00:00 2001 From: AJRubio-Montero <antonio.rubio@ciemat.es> Date: Tue, 11 Oct 2022 12:45:29 +0200 Subject: [PATCH] Update and rename .markdownlint.yaml to .markdownlint.yml --- .markdownlint.yaml | 6 ------ .markdownlint.yml | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .markdownlint.yaml create mode 100644 .markdownlint.yml diff --git a/.markdownlint.yaml b/.markdownlint.yaml deleted file mode 100644 index 6fd0ae7..0000000 --- a/.markdownlint.yaml +++ /dev/null @@ -1,6 +0,0 @@ -# markdownlint checker YAML configuration - -# MD029/ol-prefix - Ordered list item prefix -MD029: - # List style - style: "ordered" diff --git a/.markdownlint.yml b/.markdownlint.yml new file mode 100644 index 0000000..b376743 --- /dev/null +++ b/.markdownlint.yml @@ -0,0 +1,5 @@ +{ + "default": true, + "MD003": { "style": "atx_closed" }, + "MD029": { "style": ""ordered" }, +} -- GitLab