commit | ec1137d54552e346ee3d9d7f7c647316dbb5794f | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 07 07:10:32 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 07 07:10:32 2022 -0600 |
tree | c9a6e169054db6c496c22bf049c45055b06bf665 | |
parent | fa8ee87e6eefb243dafa708591b32b91d168cd95 [diff] [blame] |
markdownlint: fix all warnings Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2a77806e59860015339b90957e2226eecd6b5423
diff --git a/.prettierrc.yaml b/.prettierrc.yaml new file mode 100644 index 0000000..a69b879 --- /dev/null +++ b/.prettierrc.yaml
@@ -0,0 +1,7 @@ +tabWidth: 4 +printWidth: 80 +proseWrap: "always" +overrides: + - files: "*.md" + options: + tabWidth: 2