view .editorconfig @ 31130:0c637fa9529a

build: Search for python executable with multiple names (bug #62372) * m4/acinclude.m4 (OCTAVE_PROG_PYTHON): Switch to AC_CHECK_PROGS and search for a range of possible names for python executable.
author Rik <rik@octave.org>
date Sat, 09 Jul 2022 09:58: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