view .editorconfig @ 32048:61db3c9377fb

ishold.m: Suppress BIST hold echo after 72d005398818 (bug @63923). * scripts/plot/util/ishold.m: Change BIST to call 'hold on' instead of 'hold' to avoid hold status echo appearing during self tests.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Fri, 21 Apr 2023 14:49:23 -0400
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