fwupd/.editorconfig
2020-11-02 14:52:43 +00:00

15 lines
142 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
[*.py]
indent_style = space
indent_size = 4
[*.{c|h}]
indent_style = tab
indent_size = 8