Revision bf810c75ac1dd2302daf71538550134210d64b3c authored by Jean-Marc Hengen on 07 July 2021, 20:32:44 UTC, committed by Brad King on 08 July 2021, 12:08:52 UTC
Update the IAR linker and archiver rules to use the `<CMAKE_LINKER>`
and `<CMAKE_AR>` placeholders instead of hard-coding the tool names.

Fixes: #22395
1 parent eb692af
Raw File
.editorconfig
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[{CMakeLists.txt,*.cmake,*.rst}]
indent_size = 2
indent_style = space
back to top