Skip to content

Commit

Permalink
fix indentation for apps/remark42
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Mineev authored and umputun committed Mar 10, 2023
1 parent b48f8fc commit 23d7e4c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
root = true

[*]
indent_style = tab
insert_final_newline = true
Expand Down
3 changes: 3 additions & 0 deletions frontend/apps/remark42/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[*.{js,ts,tsx,css,html}]
indent_style = space
indent_size = 2
9 changes: 9 additions & 0 deletions frontend/apps/remark42/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@ codecov:
notify:
require_ci_to_pass: false

ignore:
- .editorconfig
- .eslitnrc.js
- .lintstagedrc.cjs
- .prettierignore
- .prettierrc.js
- .size-limit.js
- README.md

comment: false

0 comments on commit 23d7e4c

Please sign in to comment.