1
mirror of https://github.com/jakejarvis/simple-anchor.git synced 2026-06-25 02:36:00 -04:00

bring bundle config up-to-date with rollup template

https://github.com/jakejarvis/rollup-module-template
This commit is contained in:
2021-10-12 20:32:23 -04:00
parent 0d5fc809c7
commit ded4f88b2e
6 changed files with 778 additions and 656 deletions
+17
View File
@@ -0,0 +1,17 @@
# http://editorconfig.org
# this file is the top-most editorconfig file
root = true
# all files
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
# site content
[*.md]
trim_trailing_whitespace = false