view .editorconfig @ 30992:4ef25c610433

format: Add 'default' format option (bug #62430) * pr-output.cc (set_format_style): Add format option 'default' to set the same state as if format was called without arguments and overrides other format options if multiple options are provided. * pr-output.cc (format): Update docstring with changes about new 'default' option, function calling form, and errors when both inputs and outputs are specified. * NEWS.8.md: Note change under Matlab Compatability.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Mon, 09 May 2022 13:58:46 -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