Skip to content

Commit

Permalink
chore: edit config
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed Aug 19, 2024
1 parent a731549 commit 4264196
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 80

[*.md]
max_line_length = 100
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"editor.rulers": [100],
"editor.rulers": [80],
"[typescript]": {
"editor.codeActionsOnSave": {
"source.removeUnusedImports": "always"
}
},
"[markdown]": {
"editor.rulers": [100],
"editor.wordWrap": "wordWrapColumn",
"rewrap.autoWrap.enabled": true,
"editor.codeActionsOnSave": {
Expand Down

0 comments on commit 4264196

Please sign in to comment.