Skip to content

Commit

Permalink
Add first stab at bear import scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonhawk committed Sep 5, 2022
1 parent 333ebd3 commit d75b1af
Show file tree
Hide file tree
Showing 21 changed files with 841 additions and 222 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
root = true

[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[{.,}*.{ts{,*},js{,*},y{a,}ml},*.astro]
indent_style = space
indent_size = 2

[*.{md,mdx,txt}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
dist
.DS_Store
.DS_Store

tmp
Loading

0 comments on commit d75b1af

Please sign in to comment.