There is this code in a file:
void Debug_Date_And_Time_Stamp ( void )
{
//-------------------------------------------------------------------------
// tm_sec - Seconds after minute (0 � 59)
// tm_min - Minutes after hour (0 � 59)
// tm_hour - Hours after midnight (0 � 23)
// tm_mday - Day of month (1 � 31)
// tm_mon - Month (0 � 11; January = 0)
// tm_year - Year (current year minus 1900)
// tm_wday - Day of week (0 � 6; Sunday = 0)
// tm_yday - Day of year (0 � 365; January 1 = 0)
//-------------------------------------------------------------------------
When I changed and saved this file it messed up the file diff on these lines with the bad characters.
We may want to
- Strip non ascii characters from code
- Add a .gitattributes to force proper text file rules
There is this code in a file:
When I changed and saved this file it messed up the file diff on these lines with the bad characters.
We may want to