Codebase list gupnp / HEAD .editorconfig
HEAD

Tree @HEAD (Download .tar.gz)

.editorconfig @HEADraw · history · blame

# https://editorconfig.org

[*]
end_of_line = lf
insert_final_newline = true

[*.{c,h}]
indent_style = space
indent_size = 8

[*.xml]
indent_style = space
indent_size = 2