view .editorconfig @ 31428:ab6d276f6fcb

build: Enable building of Qt documentation with Texinfo >= 7.0 (bug #62648). * doc/interpreter/mk-qthelp.pl: Update regular expressions that find the start of data in index.html and Function-index.html to include additional pattern generated by Texinfo 7.0.
author Rik <rik@octave.org>
date Mon, 14 Nov 2022 10:37:59 -0800
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