view .editorconfig @ 29894:2a14420440b8

fix regression from cset 7f22f024afdf * octave-doc-widget.cc (label_dock_widget::label_dock_widget): connect parents signal, not from the main windw
author Torsten Lilge <ttl-octave@mailbox.org>
date Mon, 19 Jul 2021 18:46:40 +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