Open thekalinga opened 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
.editorconfig
indent_style = space indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true
Indentation styles should be fetched from
.editorconfig
& the generated code should use this config instead of what is there in the template