Codebase list gupnp / run/9ffb3620-3d4a-4582-bb14-dc364a651fb0/main .editorconfig
run/9ffb3620-3d4a-4582-bb14-dc364a651fb0/main

Tree @run/9ffb3620-3d4a-4582-bb14-dc364a651fb0/main (Download .tar.gz)

.editorconfig @run/9ffb3620-3d4a-4582-bb14-dc364a651fb0/mainraw · 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