polkadot-js/ts

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
root = true
 
[*]
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
 
[{*.json,*.yml}]
indent_style = space