Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chintans committed Feb 15, 2022
1 parent 4f33f95 commit 9cb8ce0
Show file tree
Hide file tree
Showing 5 changed files with 7,873 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Editor configuration, see https://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.ts]
quote_type = single

[*.md]
max_line_length = off
trim_trailing_whitespace = false
10 changes: 10 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"cli": {
"analytics": "89352319-9873-4b37-8f6e-36aaefdad478"
},
"version": 1,
"newProjectRoot": "projects",
"projects": {
}
}
Loading

0 comments on commit 9cb8ce0

Please sign in to comment.