add editorconfig for markdown

Change-Id: I493fc37fde425fc5c5c24f9b077bdc235271233c
This commit is contained in:
Qyriad 2024-05-22 22:38:38 -06:00
parent d1fa446454
commit e1d2fb4a65

View file

@ -24,3 +24,8 @@ indent_size = 4
# Match diffs, avoid to trim trailing whitespace
[*.{diff,patch}]
trim_trailing_whitespace = false
[*.md]
indent_style = space
indent_size = 2
max_line_length = 0