devRoemer/node-red-contrib-time-switch

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
root = true

[*]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8-bom

[*.js]
indent_size = 2

[*.yaml]
indent_size = 2

[*.json]
indent_size = 2

[*.xml]
indent_size = 2

[*.config]
indent_size = 2