Skip to content

Commit

Permalink
chore: Added editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Aug 26, 2024
1 parent 89a5ee1 commit 0ae5078
Show file tree
Hide file tree
Showing 3 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

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

[*.md]
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"prettier": "^3.3.3",
"turbo": "^2.0.11"
}
}
4 changes: 3 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ae5078

Please sign in to comment.