Conversation
|
JavaScript changes 👍 |
|
@dave-bartolomeo for sanity checking, please compare this to #181, which does something very similar. The first thing I notice is that #181 removes CRs in extensionless files like |
|
@jbj I was hoping to find a way to use .gitattributes to tell Git "If it looks like a text file, normalize it in the database, and always check out as LF". I wanted to do |
|
I've updated .gitattributes to just use |
184bebd to
64c4328
Compare
|
As I understand that change note and various stackoverflow answers, |
|
Anybody from @Semmle/cs and @Semmle/java want to take a quick look? |
952100d to
396d7ea
Compare
|
This is going to conflict with just about every change to this repo. I'm going to approve it myself as soon as the tests come back green, to avoid having to rebase over and over. |
|
Looks like the java changes just hit example files for qhelp, so that LGTM. |
jbj
left a comment
There was a problem hiding this comment.
I'll merge this before we get further conflicts. I assume @Semmle/cs would have commented by now if they had concerns.
…ction-type-variables Fix naming of local class instances that fall within generic functions
Fix Sync-Main Workflow Bugs
This change forces LF line endings for pretty much every text file in the repo. I added a few more directory-specific .gitattributes files for text files that need to have CRLF line endings, but everything else is LF now.