Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NetOpWibby committed Nov 26, 2022
1 parent 31d3caf commit 9c77fd9
Show file tree
Hide file tree
Showing 61 changed files with 3,061 additions and 3,321 deletions.
21 changes: 16 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# EditorConfig configuration for netop:// ウエハ's projects
# http://editorconfig.org

# Top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file, utf-8 charset
[*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

# Match diffs, avoid to trim trailing whitespace
[*.{diff,patch}]
trim_trailing_whitespace = false
8 changes: 0 additions & 8 deletions .eslintrc.yaml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/ci.yml

This file was deleted.

7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules/
.nyc_output/
coverage/
package-lock.json
# OS garbage
.DS_Store
Thumbs.db
34 changes: 0 additions & 34 deletions CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

Loading

0 comments on commit 9c77fd9

Please sign in to comment.