Codebase list gupnp / ab235e4a-f78f-44a7-adbf-3615131840ac/main .editorconfig
ab235e4a-f78f-44a7-adbf-3615131840ac/main

Tree @ab235e4a-f78f-44a7-adbf-3615131840ac/main (Download .tar.gz)

.editorconfig @ab235e4a-f78f-44a7-adbf-3615131840ac/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