view .editorconfig @ 31177:51311efef5dd stable

canonicalize_file_name: Handle symlinks to UNC network shares (bug #62847). * liboctave/system/file-ops.cc (canonicalize_file_name): Check if canonical path of UNC share corresponds to UNC path of mapped network drive. Support canonicalizing paths to symbolic link directories that point to a network share.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 04 Aug 2022 18:32:51 +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