Skip to content

Commit

Permalink
Added: Add core and modules/mgr
Browse files Browse the repository at this point in the history
  • Loading branch information
alMukaafih committed Jul 27, 2024
1 parent d245e40 commit d633387
Show file tree
Hide file tree
Showing 51 changed files with 3,226 additions and 192 deletions.
7 changes: 6 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ root = true
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
[*.{js,ts}]
charset = utf-8
indent_style = space
indent_size = 4

[*.{json,yml}]
charset = utf-8
indent_style = space
indent_size = 2
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated
/core/dist/** binary
Loading

0 comments on commit d633387

Please sign in to comment.