Codebase list node-har-schema / upstream/2.0.0+git20181107.c01b2e4 .editorconfig
upstream/2.0.0+git20181107.c01b2e4

Tree @upstream/2.0.0+git20181107.c01b2e4 (Download .tar.gz)

.editorconfig @upstream/2.0.0+git20181107.c01b2e4raw · history · blame

# http://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false