markdownlint: set indent 2 to rule MD007

the default indent is 3 so we must set it to 2
as our md files are all indented with 2.

Signed-off-by: Amir Haroush <amir.haroush@huawei.com>
Signed-off-by: Shai Fultheim <shai.fultheim@huawei.com>
Change-Id: I76c501311b6a4443dc6fc655894487b762d67abb
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17913
Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Amir Haroush 2023-05-01 23:09:26 +03:00 committed by Jim Harris
parent d11222e239
commit 04bc3962ad

View File

@ -1,5 +1,6 @@
all
exclude_rule 'MD004'
rule 'MD007', :indent => 2
exclude_rule 'MD010'
rule 'MD013', :line_length => 170
exclude_rule 'MD024'