view .editorconfig @ 30926:5044c6918fdf stable

Fix "ls" with glob patterns on Windows (bug #62282). * scripts/miscellaneous/ls.m: Exclude glob patterns from quoted part of string with "ls" on Windows.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 11 Apr 2022 15:58:27 +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