1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

add .md to editorconfig

This commit is contained in:
Denis Demchenko 2016-04-16 18:49:14 +03:00
parent 4c9689deb4
commit d8c3e907be

View File

@ -4,7 +4,7 @@ root = true
end_of_line = lf
insert_final_newline = true
[*.js]
[{*.js,*.md}]
charset = utf-8
indent_style = space
indent_size = 2