diff options
author | silverwind | 2022-07-28 03:22:47 +0200 |
---|---|---|
committer | GitHub | 2022-07-28 09:22:47 +0800 |
commit | ae52df6a64477bcd5076ddddbee64bb22b3897a0 (patch) | |
tree | 2950725dedb126fdff5f65fdd66cd61329e8c806 /.editorconfig | |
parent | 6554d5197fa4082f3058ee880d2d6d80fbd97a56 (diff) |
Add markdownlint (#20512)
Add `markdownlint` linter and fix issues. Config is based on the one
from electron's repo with a few rules relaxed.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig index 0f8603e5a..c0946ac99 100644 --- a/.editorconfig +++ b/.editorconfig @@ -26,6 +26,3 @@ indent_style = tab [*.svg] insert_final_newline = false - -[*.md] -trim_trailing_whitespace = false |