Skip to content

Commit

Permalink
Add Timeout & Cleanup
Browse files Browse the repository at this point in the history
- Add `timeout` option for windows & linux
- Update platform compatibility to match that of notify_rust
- Remove deps.ts file (don't need it)
- Update dependencies
- Use .editorconfig instead of .vscode/settings.json
  • Loading branch information
Pandawan committed Nov 15, 2021
1 parent 6e6c60c commit 32c464d
Show file tree
Hide file tree
Showing 13 changed files with 312 additions and 185 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# EditorConfig http://EditorConfig.org

# top-most EditorConfig file
root = true

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

[*.rust]
indent_size = 4
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
.deno_plugins
.DS_STORE
.DS_STORE
.vscode
15 changes: 0 additions & 15 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit 32c464d

Please sign in to comment.