Files
php-qrcode/.editorconfig
T
2023-07-11 00:47:11 +02:00

17 lines
227 B
INI

root = true
[*]
indent_style = tab
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
indent_style = space
indent_size = 4
[*.{yml,yaml}]
indent_style = space
indent_size = 2