Formatting any meson.build file with meson fmt -i inserts a new line at the end of file (this is good).
But formatting the file from VS Code (via this extension) results in this line being stripped (this is bad). I can workaround this but setting "files.insertFinalNewline": true, in my VS Code config, but I don't think this is ideal.
Formatting any
meson.buildfile withmeson fmt -iinserts a new line at the end of file (this is good).But formatting the file from VS Code (via this extension) results in this line being stripped (this is bad). I can workaround this but setting
"files.insertFinalNewline": true,in my VS Code config, but I don't think this is ideal.