view .editorconfig @ 28185:493d46a02edc

test: Add %!xtest for bug #50743 so it is not forgotten (bug #50743). * file-io.cc (Ftextscan): Add %!xtest for bug #50743 which checks '%u64' format.
author Rik <rik@octave.org>
date Sun, 29 Mar 2020 12:59:33 -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