Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 88c585e

Browse files
committed
chore: first commit
1 parent 9a9d01e commit 88c585e

27 files changed

+81295
-0
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
trim_trailing_whitespace = true
7+
insert_final_newline = true
8+
9+
[*.sh]
10+
indent_style = tab
11+
indent_size = 2
12+
13+
[Makefile]
14+
indent_style = tab

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
.vscode
3+
yarn-error.log

0 commit comments

Comments
 (0)