Codebase list clitest / b51e8f0d-7d86-404c-96d2-3d38b9603943/main .editorconfig
b51e8f0d-7d86-404c-96d2-3d38b9603943/main

Tree @b51e8f0d-7d86-404c-96d2-3d38b9603943/main (Download .tar.gz)

.editorconfig @b51e8f0d-7d86-404c-96d2-3d38b9603943/mainraw · history · blame

root = true

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

[*.md]
trim_trailing_whitespace = false

[*.yml]
indent_size = 2