Codebase list fwupd / HEAD .editorconfig
HEAD

Tree @HEAD (Download .tar.gz)

.editorconfig @HEADraw · 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