Skip to content

Commit

Permalink
chore: 🧑‍💻 Added editorconfig (#226)
Browse files Browse the repository at this point in the history
* chore: 🧑‍💻 Added editorconfig

* 🔧 Added extension recommendations
  • Loading branch information
mimarz authored Mar 10, 2023
1 parent 5eb4f44 commit ed88d3e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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,mdx,markdown}]
trim_trailing_whitespace = false
5 changes: 4 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"eamodio.gitlens",
"ms-vsliveshare.vsliveshare",
"vivaxy.vscode-conventional-commits",
"bierner.color-info"
"bierner.color-info",
"formulahendry.auto-rename-tag",
"formulahendry.auto-close-tag",
"usernamehw.errorlens"
]
}

0 comments on commit ed88d3e

Please sign in to comment.