1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-17 13:38:37 +01:00

Add .editorconfig and .gitattributes (#997)

* Add .editorconfig and .gitattributes

* Remove .gitattributes

* Update .editorconfig

* Update .editorconfig
This commit is contained in:
Kirill Volkovich 2017-08-17 20:37:38 +03:00 committed by Ian Storm Taylor
parent bf24e77518
commit 31601d9a26

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# 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