view .editorconfig @ 32394:1e775db0cff5

gui: Avoid deprecation warning about non-static QFontDatabase with Qt6. * libgui/src/gui-settings.cc (gui_settings::get_default_font_family): QFontDatabase has only static functions in Qt6. Avoid deprecation warning by not instantiating an object of that type with Qt6.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 08 Oct 2023 20:16:02 +0200
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