Skip to content

Commit

Permalink
cleanup! (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin authored Dec 6, 2023
1 parent 32f227d commit 76b0eb7
Show file tree
Hide file tree
Showing 74 changed files with 3,941 additions and 3,117 deletions.
5 changes: 3 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ indent_size = 4
[*.{js,jsx,ts,tsx,cjs,mjs,cts,mts}]
indent_style = space
indent_size = 2
max_line_length = 120
max_line_length = 80

[*.{graphql,gqp}]
indent_style = space
indent_size = 2
max_line_length = 120
max_line_length = 80

[*.{json,json5,ndjson,jsonc,webmanifest}]
indent_size = 2
Expand All @@ -57,6 +57,7 @@ indent_size = 2
# Misc webfiles
[*.{htm,html,js,jsm,ts,tsx,cjs,cts,ctsx,mjs,mts,mtsx,css,sass,scss,less,pcss,svg,vue}]
indent_size = 2
max_line_length = 80

# Visual studio solution file(s)
[*.sln]
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,6 @@ target/
.hypothesis/
file.py
*.so

# testing data
blue-marble/
Loading

0 comments on commit 76b0eb7

Please sign in to comment.