Codebase list node-decompress-response / 2350c2f4-9b67-4664-978d-1836bb5298ad/upstream .editorconfig
2350c2f4-9b67-4664-978d-1836bb5298ad/upstream

Tree @2350c2f4-9b67-4664-978d-1836bb5298ad/upstream (Download .tar.gz)

.editorconfig @2350c2f4-9b67-4664-978d-1836bb5298ad/upstreamraw · history · blame

root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml]
indent_style = space
indent_size = 2