view .editorconfig @ 31013:4d74446020ad stable

doc: Document contracted format arguments (bug #62417). * libinterp/corefcn/pr-output.cc (Fformat): To avoid a misleading format of the help string, document the contracted arguments of format as the default. Continue to document the split strings as an option.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 22 May 2022 19:34:03 +0200
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