Codebase list gupnp / HEAD .editorconfig
HEAD

Tree @HEAD (Download .tar.gz)

.editorconfig @HEAD

2836a77
 
 
 
 
 
 
 
 
 
 
 
 
# 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