Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit bdf24f5

Browse files
committed
chore: add editorconfig file
1 parent e835cce commit bdf24f5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true

.vscode/extensions.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"recommendations": [
3+
"editorconfig.editorconfig",
34
"esbenp.prettier-vscode",
45
"dbaeumer.vscode-eslint",
56
"aidenybai.lucia",

0 commit comments

Comments
 (0)