Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Oct 13, 2023
0 parents commit f1ff95c
Show file tree
Hide file tree
Showing 15 changed files with 1,698 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{json,yml,vue,svelte}]
indent_size = 2
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"[vue][svelte]": {
"editor.formatOnSave": false
}
}
Loading

0 comments on commit f1ff95c

Please sign in to comment.