view .editorconfig @ 30265:3c60814448ea

winqueryreg: Strings in Windows registry might not be zero terminated. * libinterp/corefcn/sysdep.cc (get_regkey_value): Use wstring constructor with buffer and size to also handle non-zero terminated strings.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 31 Oct 2021 18:25:33 +0100
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab