feat: automatically import extension blueprints
This commit is contained in:
parent
7212bad783
commit
30cf2e9f99
4 changed files with 133 additions and 106 deletions
|
|
@ -6,6 +6,10 @@ end_of_line = lf
|
|||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{html,js,json}]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue