Skip to content

Commit 1a8c82e

Browse files
authored
Common - Insert Final Newlines (#10968)
insert final newlines
1 parent 2007645 commit 1a8c82e

25 files changed

+32
-30
lines changed

.vscode/settings.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"files.exclude": {
3-
"**/.hemttout": true,
4-
"**/include": true,
5-
"**/extras": true
6-
}
7-
}
2+
"files.exclude": {
3+
"**/.hemttout": true,
4+
"**/include": true,
5+
"**/extras": true
6+
},
7+
"files.insertFinalNewline": true
8+
}

AUTHORS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ xrufix
206206
Zakant <Zakant@gmx.de>
207207
zGuba
208208
Zman6258
209-
Zorn <lordzorn1337@gmail.com>
209+
Zorn <lordzorn1337@gmail.com>

addons/apl/data/csw_tow_merge.rvmat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ class Stage2
2929
dir[]={0.000000,0.000000,0.000000};
3030
pos[]={0.000000,0.000000,0.000000};
3131
};
32-
};
32+
};

addons/apl/data/glass_house.rvmat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
surfaceInfo="z\ace\addons\apl\data\glass_House.bisurf";
1+
surfaceInfo="z\ace\addons\apl\data\glass_House.bisurf";

addons/apl/data/plastic.rvmat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
surfaceInfo="z\ace\addons\apl\data\plastic.bisurf";
22

33
diffuse[]={0.5,0.5,1.0,1.000000};
4-
ambient[]={0.5,0.5,1.0,1.000000};
4+
ambient[]={0.5,0.5,1.0,1.000000};

addons/attach/data/ace_irstrobe.rvmat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ class Stage7
8787
dir[] = {0.0,0.0,0.0};
8888
pos[] = {0.0,0.0,0.0};
8989
};
90-
};
90+
};

addons/common/script_macros.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

addons/compat_cfp/CfgVehicles.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ class CfgVehicles {
33
class CFP_Cutters: Bag_Base {
44
EGVAR(logistics_wirecutter,hasWirecutter) = 1;
55
};
6-
};
6+
};

addons/compat_cfp/CfgWeapons.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ class CfgWeapons {
33
class CFP_HV2_Ciras_Olive: V_PlateCarrier1_rgr {
44
EGVAR(logistics_wirecutter,hasWirecutter) = 1;
55
};
6-
};
6+
};

addons/compat_cfp/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ class CfgPatches {
1616
};
1717

1818
#include "CfgWeapons.hpp"
19-
#include "CfgVehicles.hpp"
19+
#include "CfgVehicles.hpp"

0 commit comments

Comments
 (0)