domderen/bunyan-pagerduty

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
# Set this file as the topmost .editorconfig
root = true

[*.{js,json}]
indent_style = tab
indent_size = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true