MaibornWolff / metric-gardener

BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Replace prettier config with more general EditorConfig #215

Closed clemens-mw closed 5 months ago

clemens-mw commented 5 months ago

Improves development in vscode https://editorconfig.org/

clemens-mw commented 5 months ago

proposed config:

root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4