Simple decorator for vscode user that use norminette command at 42/101 and inject errors of the current opened file in the vscode editor.
"norminette.command": "norminette",
"norminette.fileregex": "^ft.*\\.[ch]$",
command
will run as $command $filenamefileregex
will default to only run on file start with "ft" end with ".c" or ".h"Regex
is using typescript/javascript synatax;- Currently rely on normiette.42.fr
.h
file is not supported at the moment with updated later please use norminette in console.
"editor.tabSize": 4,
"editor.insertSpaces": false,
"editor.renderWhitespace": "all",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
Render end of line code-eol