Skip to content

Commit

Permalink
Bump javascript dependencies (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger authored Oct 22, 2024
1 parent 741de48 commit 7948ac4
Show file tree
Hide file tree
Showing 6 changed files with 866 additions and 697 deletions.
32 changes: 32 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# http://editorconfig.org

root = true

[*]
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
end_of_line = lf

[*.py]
indent_size = 4
max_line_length = 120

[*.md]
indent_size = 4

[*.html]
max_line_length = off

[*.js]
max_line_length = off

[*.css]
indent_size = 4
max_line_length = off

# Tests can violate line width restrictions in the interest of clarity.
[**/test_*.py]
max_line_length = off
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"proseWrap": "never",
"trailingComma": "all"
}
Loading

0 comments on commit 7948ac4

Please sign in to comment.