1
mirror of https://github.com/jakejarvis/dark-mode.git synced 2025-09-11 00:18:17 -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-09 16:49:25 -04:00
parent 07ce4cab10
commit ce472773c9
7 changed files with 229 additions and 110 deletions

17
.editorconfig Normal file
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