Skip to content

Commit a8ee2c2

Browse files
committed
Init .gitattributes
This commit: - Adds a .gitattributes file in order to force consistent line feed (LF) endings for cross platform (Linux, Windows, etc.) testing of custom CodeQL queries and libraries. - Attempts to fix CodeQL query unit tests that are failing when run on Windows OS due to different, default LF (character) endings.
1 parent 4ed14b1 commit a8ee2c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

0 commit comments

Comments
 (0)