Skip to content

Commit

Permalink
fix(deno_std): fix .editorconfig syntax
Browse files Browse the repository at this point in the history
fix .editorconfig to make .js/.ts settings take effect.

Previously those settings were being ignored
  • Loading branch information
javihernant committed Feb 23, 2024
1 parent 5138056 commit d0c8f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
root = true

[*.ts,*.js]
[*{.ts,*.js}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
Expand Down

0 comments on commit d0c8f13

Please sign in to comment.