Codebase list ddccontrol-db / 63036a5e-6533-4429-b501-d13b7037d5a4/upstream .editorconfig
63036a5e-6533-4429-b501-d13b7037d5a4/upstream

Tree @63036a5e-6533-4429-b501-d13b7037d5a4/upstream (Download .tar.gz)

.editorconfig @63036a5e-6533-4429-b501-d13b7037d5a4/upstreamraw · history · blame

root = true

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

[*.xml]
indent_style = tab
trim_trailing_whitespace = true

[*.md]
indent_style = space
indent_size = 4