Skip to content

Commit

Permalink
Merge pull request #70 from swup/fix/reset-special-keys-on-blur
Browse files Browse the repository at this point in the history
fix: reset special keys on blur
  • Loading branch information
hirasso authored Mar 25, 2024
2 parents d850fa4 + 4573a3d commit cf59aad
Show file tree
Hide file tree
Showing 4 changed files with 1,242 additions and 999 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
root = true

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

[*.{js,mjs,ts}]
indent_style = tab
indent_size = 4

[*.{json,md,yaml,yml}]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ wiki-images files
wiki-wishlist
*.sublime-project
*.sublime-workspace
.editorconfig
.idea
/dist
Loading

0 comments on commit cf59aad

Please sign in to comment.