Codebase list fwupd / debian/1.5.1-2 .editorconfig
debian/1.5.1-2

Tree @debian/1.5.1-2 (Download .tar.gz)

.editorconfig @debian/1.5.1-2raw · history · blame

root = true

[*]
charset = utf-8
end_of_line = lf

[*.py]
indent_style = space
indent_size = 4

[*.{c|h}]
indent_style = tab
indent_size = 8