MaibornWolff / metric-gardener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace prettier config with more general EditorConfig

clemens-mw opened this issue · comments

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

proposed config:

root = true

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