Commit 04bc3962 authored by Amir Haroush's avatar Amir Haroush Committed by Jim Harris
Browse files

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: default avatarAmir Haroush <amir.haroush@huawei.com>
Signed-off-by: default avatarShai Fultheim <shai.fultheim@huawei.com>
Change-Id: I76c501311b6a4443dc6fc655894487b762d67abb
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17913


Reviewed-by: default avatarShuhei Matsumoto <smatsumoto@nvidia.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent d11222e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
all
exclude_rule 'MD004'
rule 'MD007', :indent => 2
exclude_rule 'MD010'
rule 'MD013', :line_length => 170
exclude_rule 'MD024'