feat: automatically import extension blueprints

This commit is contained in:
Eneko Illarramendi 2020-02-19 20:52:34 +01:00
parent 7212bad783
commit 30cf2e9f99
4 changed files with 133 additions and 106 deletions

View file

@ -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