view .editorconfig @ 31121:bb63f6bf9b51

build: Fix configure caching of Qprinter::setPageSize. * acinclude.m4 (OCTAVE_CHECK_FUNC_QPRINTER_SETPAGESIZE): Fix typo in name of parameter to AC_CACHE_CHECK which had configure looking in the cache for the wrong name.
author Rik <rik@octave.org>
date Wed, 06 Jul 2022 14:15:02 -0700
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