Files
archived-starters/examples/strapi/.editorconfig
Faraz Patankar 087623e01e add strapi example (#108)
* add strapi example

* add missing packages

* update README
2021-05-26 01:34:10 -04:00

17 lines
249 B
INI

root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{package.json,*.yml}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false