1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 10:51:44 +02:00

fix plain serializer handling empty blocks, fixes #1090 (#1091)

* fix plain serializer handling empty blocks, fixes #1090

* clean up block list test
This commit is contained in:
Ian Storm Taylor
2017-09-08 00:09:46 -07:00
committed by GitHub
parent 3e2e533c21
commit 1b406c345f
23 changed files with 326 additions and 20 deletions

View File

@@ -11,3 +11,7 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.txt]
insert_final_newline = false
trim_trailing_whitespace = false