Skip to content

Commit

Permalink
chore: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaoumov committed Sep 14, 2024
1 parent bab5832 commit 42fc080
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ root = true
[*]
indent_style = space
indent_size = 4
end_of_line = crlf
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
trim_trailing_whitespace = true
insert_final_newline = true

[*.ts]
quote_type = single
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ MIGRATION.md
scripts/
src/
tsconfig.implementations.json
tsconfig.json
tsconfig.json
2 changes: 1 addition & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"semiColons": "prefer",
"quoteStyle": "alwaysSingle",
"quoteProps": "preserve",
"newLineKind": "crlf",
"newLineKind": "lf",
"useBraces": "always",
"bracePosition": "sameLineUnlessHanging",
"singleBodyPosition": "maintain",
Expand Down
2 changes: 1 addition & 1 deletion src/style-mod/style-mod.d.cts.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* node_modules/@codemirror/view/dist/index.d.cts:3:40 - error TS7016: Could not find a declaration file for module 'style-mod'. 'F:/dev/projects/obsidian-typings/node_modules/style-mod/dist/style-mod.cjs' implicitly has an 'any' type.
* If the 'style-mod' package actually exposes this module, try adding a new declaration (.d.ts) file containing `declare module 'style-mod';`
* import { StyleModule, StyleSpec } from 'style-mod';
*
*
* @note `export {}` omitted intentionally. This is needed only for dist
*/

Expand Down

0 comments on commit 42fc080

Please sign in to comment.