view .editorconfig @ 30276:63147d7d53a0

improve debug_on_error behavior with print_usage (bug #55178) * print_usage.m: Set debug_on_error to false locally before emitting final error.
author John W. Eaton <jwe@octave.org>
date Wed, 10 Nov 2021 10:38:12 -0500
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