Editorconfig: Dont trim ws in md.
This commit is contained in:
parent
84dccaab13
commit
15efd83a30
|
@ -21,6 +21,9 @@
|
|||
"*.{lua,kt,kts,rs,py}" = {
|
||||
indent_size = 4;
|
||||
};
|
||||
"*.md" = {
|
||||
trim_trailing_whitespace = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue