1
1
mirror of https://github.com/mdx-js/mdx.git synced 2024-09-19 03:17:10 +03:00
mdx/.editorconfig
Titus 2b806ae902
Miscellaneous cleaning tasks (#1677)
* Add `remark-cli`, `prettier` back
* Update license years
* Reorder `package.json`
* Update `.gitignore`
* Update `.editorconfig`
* Remove `.gitattributes`
* Remove unneeded babel files
2021-09-24 12:58:28 +02:00

10 lines
147 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true