File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Set the default behavior, in case people don't have core.autocrlf set.
2
- * text =auto
2
+ # Prevent build errors on non lf systems (like Windows), we need files with lf as newlines.
3
+ * text =auto eol =lf
3
4
4
5
# Explicitly declare text files you want to always be normalized and converted
5
- # to native line endings on checkout.
6
+ # to lf line endings on checkout.
6
7
* .c text
7
8
* .cpp text
8
9
* .h text
Original file line number Diff line number Diff line change @@ -246,8 +246,8 @@ namespace {
246
246
247
247
Notifications::NotificationItem::NotificationItem (Pinetime::Controllers::AlertNotificationService& alertNotificationService,
248
248
Pinetime::Controllers::MotorController& motorController)
249
- : NotificationItem(" Notification " ,
250
- " No notification to display" ,
249
+ : NotificationItem(" Notifications " ,
250
+ " No notifications to display" ,
251
251
0 ,
252
252
Controllers::NotificationManager::Categories::Unknown,
253
253
0 ,
You can’t perform that action at this time.
0 commit comments