add prettier

This commit is contained in:
2023-04-06 18:03:40 +03:00
parent 9286270eb9
commit 797f31c4ab
9 changed files with 71 additions and 9 deletions

View File

@@ -16,10 +16,14 @@ indent_size = 2
indent_style = tab
indent_size = 4
[{package*.json,.prettierrc}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[/.git/**]
[{node_modules/**,.git/**}]
charset = unset
end_of_line = unset
insert_final_newline = unset