You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a file named FileHeader.h in the root dir of my project.
My uncrustify.cfg file is also in my root project dir. The option in the file looks like this:
cmt_insert_file_header = "FileHeader.h" # string
I have the BBUncrustifyPlugin option to format on save enabled. My other uncrustify rules are being applied to the current file upon saving, but the file header is not being inserted. I do not have a C/C++ comment at the top of my source file.
Any suggestions? I have tried specifying a full path to the FileHeader.h, and moving the file to different directories, but I cannot get it working.
Thanks!
The text was updated successfully, but these errors were encountered:
I have a file named FileHeader.h in the root dir of my project.
My uncrustify.cfg file is also in my root project dir. The option in the file looks like this:
cmt_insert_file_header = "FileHeader.h" # string
I have the BBUncrustifyPlugin option to format on save enabled. My other uncrustify rules are being applied to the current file upon saving, but the file header is not being inserted. I do not have a C/C++ comment at the top of my source file.
Any suggestions? I have tried specifying a full path to the FileHeader.h, and moving the file to different directories, but I cannot get it working.
Thanks!
The text was updated successfully, but these errors were encountered: