1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-16 13:09:31 +01:00
slate/.editorconfig
Ian Storm Taylor 1b406c345f fix plain serializer handling empty blocks, fixes #1090 (#1091)
* fix plain serializer handling empty blocks, fixes #1090

* clean up block list test
2017-09-08 00:09:46 -07:00

18 lines
278 B
INI

# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.txt]
insert_final_newline = false
trim_trailing_whitespace = false