1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-03-19 12:49:42 +01:00
slate/.editorconfig
Kirill Volkovich 31601d9a26 Add .editorconfig and .gitattributes (#997)
* Add .editorconfig and .gitattributes

* Remove .gitattributes

* Update .editorconfig

* Update .editorconfig
2017-08-17 10:37:38 -07:00

14 lines
207 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