fix indentation for apps/remark42

This commit is contained in:
Paul Mineev 2023-01-08 14:20:58 -05:00 committed by Umputun
parent b48f8fca31
commit 23d7e4cdbb
3 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,5 @@
root = true
[*]
indent_style = tab
insert_final_newline = true

View File

@ -0,0 +1,3 @@
[*.{js,ts,tsx,css,html}]
indent_style = space
indent_size = 2

View File

@ -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