Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 65a0909

Browse files
committed
chore: add EditorConfig
1 parent c035d01 commit 65a0909

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
root = true
4+
5+
[*.{ts,tsx}]
6+
end_of_line = lf
7+
insert_final_newline = true
8+
indent_style = space
9+
indent_size = 2

.vscode/extensions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"recommendations": [
3+
"editorconfig.editorconfig",
34
"denoland.vscode-deno",
45
"rust-lang.rust"
56
]

0 commit comments

Comments
 (0)