view .editorconfig @ 31353:fa3ae8fd8449

normalize.m: correct error messages split across lines (bug #55765) * normalize.m: add brackets to split error messages to avoid truncating the message. Fix BISTs to match.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Wed, 26 Oct 2022 18:05:19 -0400
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