This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
old-monorepo/Dashboard-semi-new/.editorconfig

13 lines
188 B
INI
Raw Normal View History

2020-07-30 20:59:37 +02:00
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
2020-07-30 20:59:37 +02:00
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2020-07-30 20:59:37 +02:00
[*.md]
trim_trailing_whitespace = false