view .editorconfig @ 30267:535f97bb5f86

ls: Use "ls" command also on Windows if available. * scripts/miscellaneous/ls_command.m: "file_in_path" doesn't take PATHEXT into account. Use "where" command instead to check if "ls" executable is available on MinGW. Adjust condition in BIST. * scripts/miscellaneous/ls.m: Use argument "-1" if "ls" command is used.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 01 Nov 2021 14:37:01 +0100
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