view .editorconfig @ 32087:a4fbcbaa0aa2

rename: Consistent behavior cross-platform for existing target file (bug #63803). * liboctave/system/file-ops.cc (octave::sys:rename): Manually enforce consistent behavior on different platforms because the STL allow implementation defined behavior if the target already exists.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 06 May 2023 18:12:59 +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