chore: add prettier & editorconfig

This commit is contained in:
2024-09-03 18:59:37 +03:00
parent 805ffbc3d8
commit b823685750
3 changed files with 25 additions and 0 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
[*]
tab_width = 2
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

11
.prettierrc Normal file
View File

@@ -0,0 +1,11 @@
{
"overrides": [
{
"files": "*.md",
"options": {
"printWidth": 100,
"proseWrap": "always"
}
}
]
}

5
package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "homebrew-tap",
"version": "0.0.0",
"private": true
}