ialexivy / vscode-angular2-files

vscode extension generating angular files with angular cli
MIT License
61 stars 36 forks source link

Get indent styles from .editorconfig if present #4

Open thekalinga opened 7 years ago

thekalinga commented 7 years ago

Indentation styles should be fetched from .editorconfig & the generated code should use this config instead of what is there in the template

indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true