diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-07-15 19:26:40 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-07-15 19:26:40 +0200 |
commit | b6342221eb3cacda6e893d7d35bf291944c664d9 (patch) | |
tree | c357814b6f0248191e00f4e19dc27b178b9b13ed /.editorconfig | |
parent | de270932ff0528b3e07c8dd7aad5adbd040e07fe (diff) | |
download | markdown-rs-b6342221eb3cacda6e893d7d35bf291944c664d9.tar.gz markdown-rs-b6342221eb3cacda6e893d7d35bf291944c664d9.tar.bz2 markdown-rs-b6342221eb3cacda6e893d7d35bf291944c664d9.zip |
Fix formatting of `commonmark` tests
Diffstat (limited to '')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 201f7b7..9e5f571 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ insert_final_newline = true [*.rs] indent_size = 4 + +[tests/commonmark.rs] +trim_trailing_whitespace = false |