Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit bd43bac

Browse files
committed
Switch C++ files from CRLF to LF newlines
CRLF endlines resulted in double spaces when cppimport rendered the file for compilation, which means that error messages included inaccurate line numbers. To fix this, I switched all .cpp files to LF endlines instead.
1 parent 55b5822 commit bd43bac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto
3+
4+
*.cpp text eol=lf

0 commit comments

Comments
 (0)