Skip to content

Commit

Permalink
chore(global): casually do prep work before adding my workers code to…
Browse files Browse the repository at this point in the history
… version control

Signed-off-by: Andrei Jiroh Halili <[email protected]>
  • Loading branch information
ajhalili2006 committed Jun 8, 2024
1 parent fd653be commit dae015e
Show file tree
Hide file tree
Showing 24 changed files with 16,634 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# http://editorconfig.org
root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml]
indent_style = space
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ dist
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
!.pnp.*
Loading

0 comments on commit dae015e

Please sign in to comment.