1
This repository has been archived on 2025-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
homebridge-wiz-net/.editorconfig
2025-03-15 20:40:21 +01:00

17 lines
221 B
INI

root = true
[*]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yaml]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2