view .editorconfig @ 31641:ab33554f97d2

fix another error introduced in changeset ad014fc78bd6 * gui-settings.cc (gui_settings::config_icon_theme): Use value of global_all_icon_themes from settings if it exists.
author John W. Eaton <jwe@octave.org>
date Tue, 06 Dec 2022 11:10:48 -0500
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