view .editorconfig @ 31150:674e7bf1d630 stable

pkg: Fix formatting of copyfile message (bug #62769). * scripts/pkg/private/install.m (copy_built_files): Add a space character between source and destination in the verbose message of the copyfile command.
author Rafael Laboissiere <rafael@laboissiere.net>
date Thu, 14 Jul 2022 19:07:59 -0300
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