Skip to content

Commit

Permalink
Merge pull request #3 from Marukome0743/main
Browse files Browse the repository at this point in the history
Update vscode extensions
  • Loading branch information
Marukome0743 committed Nov 6, 2023
2 parents ded87ba + 8416b5e commit 4ad4ff9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# https://editorconfig.org
root = true

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

[*.md]
max_line_length = 0
trim_trailing_whitespace = false

[COMMIT_EDITMSG]
max_line_length = 0
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"ms-vscode-remote.vscode-remote-extensionpack",
"ms-azuretools.vscode-docker",
"davidanson.vscode-markdownlint",
"eamodio.gitlens",
"editorconfig.editorconfig"
]
}

0 comments on commit 4ad4ff9

Please sign in to comment.