Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit78f02e8

Browse files
authored
🔧 Add VSCode settings for Prettier, markdownlint and format-on-save (#128)
1 parent1d39010 commit78f02e8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎.vscode/settings.json‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"[css][github-actions-workflow][html][javascript][javascriptreact][json][jsonc][markdown][postcss][scss][typescript][typescriptreact][yaml]": {
3+
"editor.defaultFormatter":"esbenp.prettier-vscode",
4+
"editor.minimap.maxColumn":80,
5+
"editor.rulers": [80]
6+
},
7+
"editor.codeActionsOnSave": {
8+
"source.fixAll":"always",
9+
"source.fixAll.markdownlint":"always",
10+
"source.organizeImports":"always"
11+
},
12+
"editor.formatOnSave":true
13+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp