add prettier
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user