view .editorconfig @ 31559:26f1ef8fa1ce stable

save settings dialog geometry and last tab also when cancelled * settings-dialog.cc (button_clicked): save geometry whenever dialog is closed; (write_changed_settings): do not wirte state of dialog here
author Torsten Lilge <ttl-octave@mailbox.org>
date Sun, 27 Nov 2022 11:27:32 +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