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
Don't know what the decision is going to be here, but since I have probably forgotten on 98% of the files I created, I went ahead and set clion to include the header on new rust files. Instructions for those interested:
Open Settings
Go to Editor -> File and Code Templates
Change Scheme to Project
In each file type expected to be used (e.g., Rust, Typescript), paste the header in the box.
Hit apply
I feel like there should be a way to add it on auto-format. I'll update if I find it. Nevermind it has been removed from rustfmt: rust-lang/rustfmt#5103
For legal reasons we need to include the license in every file that we consider "Source Code".
Should we have a CI/CD check for this or any easy
make
target we can run to check/append files as needed?The text was updated successfully, but these errors were encountered: