Skip to content

Commit

Permalink
Merge pull request #194 from sugarforever/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sugarforever authored Apr 3, 2024
2 parents 649809a + 08c50fb commit 795ff4e
Show file tree
Hide file tree
Showing 23 changed files with 957 additions and 368 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ root = true

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

[*.md]
Expand Down
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"editor.formatOnSave": true,
"javascript.format.semicolons": "remove",
"javascript.preferences.quoteStyle": "single",
"typescript.format.semicolons": "remove",
"typescript.preferences.quoteStyle": "single",
"html.format.wrapAttributes": "preserve-aligned",
"cSpell.words": [
"nuxt"
],
}
1 change: 1 addition & 0 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
<UModals />
</div>
</template>
Loading

0 comments on commit 795ff4e

Please sign in to comment.