Skip to content

Commit

Permalink
feat: add editor config to limit the indent to 2
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
vip30 committed May 4, 2021
1 parent 42c097b commit 1186b85
Show file tree
Hide file tree
Showing 15 changed files with 610 additions and 602 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[*]
charset = utf-8
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
2 changes: 1 addition & 1 deletion dist/broker/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/broker/virtual-scroll-list-policy.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1186b85

Please sign in to comment.