From b1635b8e28b580eea709605211cf474747a66ea5 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Tue, 2 May 2023 22:15:42 +0300 Subject: [PATCH] update .editorconfig I changed my mind a little --- .editorconfig | 13 +++++-------- YAS/Classes/ClassicStyle.uc | 2 +- YAS/Classes/GUIStyleBase.uc | 2 +- YAS/Classes/KF2GUIController.uc | 2 +- YAS/Classes/KF2GUIInput.uc | 2 +- YAS/Classes/KF2Style.uc | 2 +- YAS/Classes/KFColorHelper.uc | 2 +- YAS/Classes/KFGUIConsoleHack.uc | 2 +- YAS/Classes/KFGUI_Base.uc | 2 +- YAS/Classes/KFGUI_Button.uc | 2 +- YAS/Classes/KFGUI_CategoryButton.uc | 2 +- YAS/Classes/KFGUI_CategoryList.uc | 2 +- YAS/Classes/KFGUI_CheckBox.uc | 2 +- YAS/Classes/KFGUI_Clickable.uc | 2 +- YAS/Classes/KFGUI_ColorSlider.uc | 2 +- YAS/Classes/KFGUI_ColumnList.uc | 2 +- YAS/Classes/KFGUI_ColumnTop.uc | 2 +- YAS/Classes/KFGUI_ComboBox.uc | 2 +- YAS/Classes/KFGUI_ComboSelector.uc | 2 +- YAS/Classes/KFGUI_ComponentList.uc | 2 +- YAS/Classes/KFGUI_EditBox.uc | 2 +- YAS/Classes/KFGUI_EditControl.uc | 2 +- YAS/Classes/KFGUI_FloatingWindow.uc | 2 +- YAS/Classes/KFGUI_FloatingWindowHeader.uc | 2 +- YAS/Classes/KFGUI_Frame.uc | 2 +- YAS/Classes/KFGUI_Image.uc | 2 +- YAS/Classes/KFGUI_List.uc | 2 +- YAS/Classes/KFGUI_ListHorz.uc | 2 +- YAS/Classes/KFGUI_ListItem.uc | 2 +- YAS/Classes/KFGUI_MultiComponent.uc | 2 +- YAS/Classes/KFGUI_Page.uc | 2 +- YAS/Classes/KFGUI_ProgressBar.uc | 2 +- YAS/Classes/KFGUI_RightClickMenu.uc | 2 +- YAS/Classes/KFGUI_ScrollBarBase.uc | 2 +- YAS/Classes/KFGUI_ScrollBarH.uc | 2 +- YAS/Classes/KFGUI_ScrollBarV.uc | 2 +- YAS/Classes/KFGUI_Slider.uc | 2 +- YAS/Classes/KFGUI_SwitchMenuBar.uc | 2 +- YAS/Classes/KFGUI_TextField.uc | 2 +- YAS/Classes/KFGUI_TextLable.uc | 2 +- YAS/Classes/KFGUI_TextScroll.uc | 2 +- YAS/Classes/KFGUI_Tooltip.uc | 2 +- YAS/Classes/MessageOfTheDay.uc | 2 +- YAS/Classes/RankRelations.uc | 2 +- YAS/Classes/Ranks.uc | 2 +- YAS/Classes/YAS.uc | 2 +- YAS/Classes/YASMut.uc | 2 +- YAS/Classes/YAS_HUD.uc | 2 +- YAS/Classes/YAS_RepInfoOwner.uc | 2 +- YAS/Classes/YAS_RepInfoPlayer.uc | 2 +- YAS/Classes/YAS_ScoreBoard.uc | 2 +- YAS/Classes/YAS_Types.uc | 2 +- YAS/Classes/_Logger.uc | 2 +- 53 files changed, 57 insertions(+), 60 deletions(-) diff --git a/.editorconfig b/.editorconfig index e982455..b60821d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,13 +8,13 @@ tab_width = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true -insert_final_newline = true +insert_final_newline = unset # Unreal Engine 3 / Source -[*.{uc,uci}] +[*.uc] indent_style = tab -[*.upkg] +[*.{uci,upkg}] # Unreal Engine 3 / i18n [*.{chn,cht,cze,dan,deu,dut,esl,esn,fra,frc,hun,int,ita,jpn,kor,pol,por,ptb,rus,tur,ukr}] @@ -24,12 +24,9 @@ charset = utf-16le [*.md] trim_trailing_whitespace = false -[*.{txt,cfg}] -insert_final_newline = unset - [*.yml] indent_style = space indent_size = 2 -[.gitignore] -insert_final_newline = unset +[*.{txt,cfg,conf}] +indent_style = tab diff --git a/YAS/Classes/ClassicStyle.uc b/YAS/Classes/ClassicStyle.uc index d33d706..35cf26e 100644 --- a/YAS/Classes/ClassicStyle.uc +++ b/YAS/Classes/ClassicStyle.uc @@ -423,4 +423,4 @@ function RenderButton(KFGUI_Button B) defaultproperties { -} +} \ No newline at end of file diff --git a/YAS/Classes/GUIStyleBase.uc b/YAS/Classes/GUIStyleBase.uc index 3b231ad..67d4541 100644 --- a/YAS/Classes/GUIStyleBase.uc +++ b/YAS/Classes/GUIStyleBase.uc @@ -874,4 +874,4 @@ defaultproperties MainFont=Font'UI_Canvas_Fonts.Font_Main' NumberFont=Font'UI_Canvas_Fonts.Font_General' InfiniteFont=Font'UI_Canvas_Fonts.Font_Main' -} +} \ No newline at end of file diff --git a/YAS/Classes/KF2GUIController.uc b/YAS/Classes/KF2GUIController.uc index 3984c7c..bed77d1 100644 --- a/YAS/Classes/KF2GUIController.uc +++ b/YAS/Classes/KF2GUIController.uc @@ -894,4 +894,4 @@ defaultproperties bAbsorbInput=true bAlwaysTick=true bHideCursor=true -} +} \ No newline at end of file diff --git a/YAS/Classes/KF2GUIInput.uc b/YAS/Classes/KF2GUIInput.uc index 659aacc..857b556 100644 --- a/YAS/Classes/KF2GUIInput.uc +++ b/YAS/Classes/KF2GUIInput.uc @@ -60,4 +60,4 @@ function PreClientTravel(string PendingURL, ETravelType TravelType, bool bIsSeam defaultproperties { -} +} \ No newline at end of file diff --git a/YAS/Classes/KF2Style.uc b/YAS/Classes/KF2Style.uc index 14307e4..e35befd 100644 --- a/YAS/Classes/KF2Style.uc +++ b/YAS/Classes/KF2Style.uc @@ -449,4 +449,4 @@ function RenderButton(KFGUI_Button B) defaultproperties { MaxFontScale=5 -} +} \ No newline at end of file diff --git a/YAS/Classes/KFColorHelper.uc b/YAS/Classes/KFColorHelper.uc index e25fa70..a32e4d8 100644 --- a/YAS/Classes/KFColorHelper.uc +++ b/YAS/Classes/KFColorHelper.uc @@ -117,4 +117,4 @@ static final function Color LinearColorToColor(const LinearColor RGB) TrueRGB.A = RGB.A * 255; return TrueRGB; -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUIConsoleHack.uc b/YAS/Classes/KFGUIConsoleHack.uc index 5745413..6b9fc2d 100644 --- a/YAS/Classes/KFGUIConsoleHack.uc +++ b/YAS/Classes/KFGUIConsoleHack.uc @@ -6,4 +6,4 @@ var KF2GUIController OutputObject; function PostRender_Console(Canvas Canvas) { OutputObject.RenderMenu(Canvas); -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_Base.uc b/YAS/Classes/KFGUI_Base.uc index 5346377..07c6d86 100644 --- a/YAS/Classes/KFGUI_Base.uc +++ b/YAS/Classes/KFGUI_Base.uc @@ -341,4 +341,4 @@ defaultproperties YSize=1 bCanFocus=true bVisible=true -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_Button.uc b/YAS/Classes/KFGUI_Button.uc index 90cfb05..4eb40ac 100644 --- a/YAS/Classes/KFGUI_Button.uc +++ b/YAS/Classes/KFGUI_Button.uc @@ -38,4 +38,4 @@ defaultproperties TextColor=(R=0, G=0, B=0, A=255) TextFontInfo=(bClipText=true, bEnableShadow=true) FontScale=1 -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_CategoryButton.uc b/YAS/Classes/KFGUI_CategoryButton.uc index c44bcd8..2a1799c 100644 --- a/YAS/Classes/KFGUI_CategoryButton.uc +++ b/YAS/Classes/KFGUI_CategoryButton.uc @@ -78,4 +78,4 @@ function DrawMenu() defaultproperties { -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_CategoryList.uc b/YAS/Classes/KFGUI_CategoryList.uc index c97bccb..1d41410 100644 --- a/YAS/Classes/KFGUI_CategoryList.uc +++ b/YAS/Classes/KFGUI_CategoryList.uc @@ -87,4 +87,4 @@ function EmptyList() defaultproperties { -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_CheckBox.uc b/YAS/Classes/KFGUI_CheckBox.uc index 1c893b5..2bbd867 100644 --- a/YAS/Classes/KFGUI_CheckBox.uc +++ b/YAS/Classes/KFGUI_CheckBox.uc @@ -27,4 +27,4 @@ defaultproperties { bForceUniform=true LableWidth=0.85 -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_Clickable.uc b/YAS/Classes/KFGUI_Clickable.uc index 2e9ba8b..f3f5ba8 100644 --- a/YAS/Classes/KFGUI_Clickable.uc +++ b/YAS/Classes/KFGUI_Clickable.uc @@ -92,4 +92,4 @@ function HandleMouseClick(bool bRight); defaultproperties { bHoverSound=true -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_ColorSlider.uc b/YAS/Classes/KFGUI_ColorSlider.uc index faf4fd8..bc46cf1 100644 --- a/YAS/Classes/KFGUI_ColorSlider.uc +++ b/YAS/Classes/KFGUI_ColorSlider.uc @@ -119,4 +119,4 @@ defaultproperties ID="CaptionText" End Object Components.Add(CaptionLabel) -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_ColumnList.uc b/YAS/Classes/KFGUI_ColumnList.uc index f321270..eb40af9 100644 --- a/YAS/Classes/KFGUI_ColumnList.uc +++ b/YAS/Classes/KFGUI_ColumnList.uc @@ -442,4 +442,4 @@ defaultproperties Components.Add(ColumnComps) LineFontInfo=(bClipText=true, bEnableShadow=false) -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_ColumnTop.uc b/YAS/Classes/KFGUI_ColumnTop.uc index cf726a9..989e77a 100644 --- a/YAS/Classes/KFGUI_ColumnTop.uc +++ b/YAS/Classes/KFGUI_ColumnTop.uc @@ -203,4 +203,4 @@ defaultproperties { bClickable=true ColumnMinSize=8 -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_ComboBox.uc b/YAS/Classes/KFGUI_ComboBox.uc index 5a523a7..71992ff 100644 --- a/YAS/Classes/KFGUI_ComboBox.uc +++ b/YAS/Classes/KFGUI_ComboBox.uc @@ -61,4 +61,4 @@ defaultproperties SelectedTextColor=(R=255, G=128, B=128, A=255) TextColor=(R=255, G=255, B=255, A=255) BorderSize=4 -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_ComboSelector.uc b/YAS/Classes/KFGUI_ComboSelector.uc index 7c8ee4b..bcf6637 100644 --- a/YAS/Classes/KFGUI_ComboSelector.uc +++ b/YAS/Classes/KFGUI_ComboSelector.uc @@ -24,4 +24,4 @@ defaultproperties CurrentRow=-1 OldRow=-1 bFocusedPostDrawItem=true -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_ComponentList.uc b/YAS/Classes/KFGUI_ComponentList.uc index 4274981..ffeba95 100644 --- a/YAS/Classes/KFGUI_ComponentList.uc +++ b/YAS/Classes/KFGUI_ComponentList.uc @@ -219,4 +219,4 @@ defaultproperties NumColumns=1 bClickable=true bDrawBackground=false -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_EditBox.uc b/YAS/Classes/KFGUI_EditBox.uc index 44f94be..ebe8a25 100644 --- a/YAS/Classes/KFGUI_EditBox.uc +++ b/YAS/Classes/KFGUI_EditBox.uc @@ -425,4 +425,4 @@ defaultproperties LastLength=-1 YSize=0.06 -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_EditControl.uc b/YAS/Classes/KFGUI_EditControl.uc index bc881b7..eb533c6 100644 --- a/YAS/Classes/KFGUI_EditControl.uc +++ b/YAS/Classes/KFGUI_EditControl.uc @@ -99,4 +99,4 @@ defaultproperties TextFontInfo=(bClipText=true, bEnableShadow=true) End Object TextLable=MyBoxLableText -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_FloatingWindow.uc b/YAS/Classes/KFGUI_FloatingWindow.uc index bc79c6b..23d3c55 100644 --- a/YAS/Classes/KFGUI_FloatingWindow.uc +++ b/YAS/Classes/KFGUI_FloatingWindow.uc @@ -104,4 +104,4 @@ defaultproperties bUseAnimation=true OpenAnimSpeed=0.05f WindowFadeInTime=0.2f -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_FloatingWindowHeader.uc b/YAS/Classes/KFGUI_FloatingWindowHeader.uc index d6aae64..91bdd61 100644 --- a/YAS/Classes/KFGUI_FloatingWindowHeader.uc +++ b/YAS/Classes/KFGUI_FloatingWindowHeader.uc @@ -20,4 +20,4 @@ function MouseRelease(bool bRight) defaultproperties { bClickable=true -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_Frame.uc b/YAS/Classes/KFGUI_Frame.uc index ae71776..06d5264 100644 --- a/YAS/Classes/KFGUI_Frame.uc +++ b/YAS/Classes/KFGUI_Frame.uc @@ -125,4 +125,4 @@ defaultproperties EdgeSize(1)=35 EdgeSize(2)=-40 EdgeSize(3)=-50 -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_Image.uc b/YAS/Classes/KFGUI_Image.uc index c4c25ae..096e73e 100644 --- a/YAS/Classes/KFGUI_Image.uc +++ b/YAS/Classes/KFGUI_Image.uc @@ -140,4 +140,4 @@ defaultproperties X2=-1 Y1=-1 Y2=-1 -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_List.uc b/YAS/Classes/KFGUI_List.uc index 58328b3..c36a284 100644 --- a/YAS/Classes/KFGUI_List.uc +++ b/YAS/Classes/KFGUI_List.uc @@ -226,4 +226,4 @@ defaultproperties ID="Scrollbar" End Object Components.Add(ListScroller) -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_ListHorz.uc b/YAS/Classes/KFGUI_ListHorz.uc index f4446a5..e56ea06 100644 --- a/YAS/Classes/KFGUI_ListHorz.uc +++ b/YAS/Classes/KFGUI_ListHorz.uc @@ -222,4 +222,4 @@ defaultproperties ID="Scrollbar" End Object Components.Add(ListScroller) -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_ListItem.uc b/YAS/Classes/KFGUI_ListItem.uc index aa1c357..22fdaf9 100644 --- a/YAS/Classes/KFGUI_ListItem.uc +++ b/YAS/Classes/KFGUI_ListItem.uc @@ -41,4 +41,4 @@ function string GetSortStr(int Column) function Clear() { Columns.Length = 0; -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_MultiComponent.uc b/YAS/Classes/KFGUI_MultiComponent.uc index dd8fd28..eaf8093 100644 --- a/YAS/Classes/KFGUI_MultiComponent.uc +++ b/YAS/Classes/KFGUI_MultiComponent.uc @@ -154,4 +154,4 @@ function NotifyLevelChange() for (i=0; i < Components.Length; ++i) Components[i].NotifyLevelChange(); -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_Page.uc b/YAS/Classes/KFGUI_Page.uc index 204737c..2c3487f 100644 --- a/YAS/Classes/KFGUI_Page.uc +++ b/YAS/Classes/KFGUI_Page.uc @@ -23,4 +23,4 @@ defaultproperties bUnique=true bPersistant=true FrameOpacity=175 -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_ProgressBar.uc b/YAS/Classes/KFGUI_ProgressBar.uc index e118b68..6eb3435 100644 --- a/YAS/Classes/KFGUI_ProgressBar.uc +++ b/YAS/Classes/KFGUI_ProgressBar.uc @@ -131,4 +131,4 @@ defaultproperties ValueRightWidth=0.2 ValueRightAlign=0 NumDecimals=0 -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_RightClickMenu.uc b/YAS/Classes/KFGUI_RightClickMenu.uc index d34bff1..5e35eda 100644 --- a/YAS/Classes/KFGUI_RightClickMenu.uc +++ b/YAS/Classes/KFGUI_RightClickMenu.uc @@ -160,4 +160,4 @@ defaultproperties EdgeSize=2 BoxColor=(R=5, G=5, B=5, A=200) OutlineColor=(R=115, G=115, B=115, A=255) -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_ScrollBarBase.uc b/YAS/Classes/KFGUI_ScrollBarBase.uc index 7728f6d..d63d011 100644 --- a/YAS/Classes/KFGUI_ScrollBarBase.uc +++ b/YAS/Classes/KFGUI_ScrollBarBase.uc @@ -120,4 +120,4 @@ defaultproperties ScrollStride=1 PageStep=10 ButtonScale=1 -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_ScrollBarH.uc b/YAS/Classes/KFGUI_ScrollBarH.uc index 8d85dd7..5fc6dee 100644 --- a/YAS/Classes/KFGUI_ScrollBarH.uc +++ b/YAS/Classes/KFGUI_ScrollBarH.uc @@ -3,4 +3,4 @@ class KFGUI_ScrollBarH extends KFGUI_ScrollBarBase; defaultproperties { bVertical=false -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_ScrollBarV.uc b/YAS/Classes/KFGUI_ScrollBarV.uc index e05cb5b..1ff2814 100644 --- a/YAS/Classes/KFGUI_ScrollBarV.uc +++ b/YAS/Classes/KFGUI_ScrollBarV.uc @@ -3,4 +3,4 @@ class KFGUI_ScrollBarV extends KFGUI_ScrollBarBase; defaultproperties { bVertical=true -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_Slider.uc b/YAS/Classes/KFGUI_Slider.uc index a90efae..dd490e5 100644 --- a/YAS/Classes/KFGUI_Slider.uc +++ b/YAS/Classes/KFGUI_Slider.uc @@ -49,4 +49,4 @@ defaultproperties ID="Scrollbar" End Object Components.Add(SliderScroll) -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_SwitchMenuBar.uc b/YAS/Classes/KFGUI_SwitchMenuBar.uc index a8cc972..c29d6d5 100644 --- a/YAS/Classes/KFGUI_SwitchMenuBar.uc +++ b/YAS/Classes/KFGUI_SwitchMenuBar.uc @@ -162,4 +162,4 @@ defaultproperties ButtonAxisSize=0.08 CurrentPageNum=-1 PageComponentIndex=-1 -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_TextField.uc b/YAS/Classes/KFGUI_TextField.uc index 57eac56..4300fc3 100644 --- a/YAS/Classes/KFGUI_TextField.uc +++ b/YAS/Classes/KFGUI_TextField.uc @@ -487,4 +487,4 @@ defaultproperties bCanFocus=false bClickable=false bUseOutlineText=false -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_TextLable.uc b/YAS/Classes/KFGUI_TextLable.uc index 2cbeb28..4c551b8 100644 --- a/YAS/Classes/KFGUI_TextLable.uc +++ b/YAS/Classes/KFGUI_TextLable.uc @@ -117,4 +117,4 @@ defaultproperties FontScale=1.f OutlineSize=1 bCanFocus=false -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_TextScroll.uc b/YAS/Classes/KFGUI_TextScroll.uc index 5bb8360..f091467 100644 --- a/YAS/Classes/KFGUI_TextScroll.uc +++ b/YAS/Classes/KFGUI_TextScroll.uc @@ -182,4 +182,4 @@ function MouseClick(bool bRight) defaultproperties { ScrollSpeed=0.01 -} +} \ No newline at end of file diff --git a/YAS/Classes/KFGUI_Tooltip.uc b/YAS/Classes/KFGUI_Tooltip.uc index be5aa22..98cc8c5 100644 --- a/YAS/Classes/KFGUI_Tooltip.uc +++ b/YAS/Classes/KFGUI_Tooltip.uc @@ -39,4 +39,4 @@ defaultproperties TextFontInfo=(bClipText=true, bEnableShadow=true) bCanFocus=false bFocusedPostDrawItem=true -} +} \ No newline at end of file diff --git a/YAS/Classes/MessageOfTheDay.uc b/YAS/Classes/MessageOfTheDay.uc index b74d226..35d29a5 100644 --- a/YAS/Classes/MessageOfTheDay.uc +++ b/YAS/Classes/MessageOfTheDay.uc @@ -34,4 +34,4 @@ private static function ApplyDefault() defaultproperties { -} +} \ No newline at end of file diff --git a/YAS/Classes/RankRelations.uc b/YAS/Classes/RankRelations.uc index 5e9a7c8..1d2c430 100644 --- a/YAS/Classes/RankRelations.uc +++ b/YAS/Classes/RankRelations.uc @@ -36,4 +36,4 @@ private static function ApplyDefault() defaultproperties { -} +} \ No newline at end of file diff --git a/YAS/Classes/Ranks.uc b/YAS/Classes/Ranks.uc index 82f5f4c..173ae50 100644 --- a/YAS/Classes/Ranks.uc +++ b/YAS/Classes/Ranks.uc @@ -49,4 +49,4 @@ private static function ApplyDefault() defaultproperties { -} +} \ No newline at end of file diff --git a/YAS/Classes/YAS.uc b/YAS/Classes/YAS.uc index ce84d48..9a93b7a 100644 --- a/YAS/Classes/YAS.uc +++ b/YAS/Classes/YAS.uc @@ -447,4 +447,4 @@ public function Rank RankByGroupID(UniqueNetId GroupUID) DefaultProperties { -} +} \ No newline at end of file diff --git a/YAS/Classes/YASMut.uc b/YAS/Classes/YASMut.uc index bb9c12f..14be38b 100644 --- a/YAS/Classes/YASMut.uc +++ b/YAS/Classes/YASMut.uc @@ -57,4 +57,4 @@ public function NotifyLogout(Controller C) DefaultProperties { -} +} \ No newline at end of file diff --git a/YAS/Classes/YAS_HUD.uc b/YAS/Classes/YAS_HUD.uc index 0b1310a..8323233 100644 --- a/YAS/Classes/YAS_HUD.uc +++ b/YAS/Classes/YAS_HUD.uc @@ -107,4 +107,4 @@ exec function SetShowScores(bool bNewValue) defaultproperties { ScoreboardClass=class'YAS_ScoreBoard' -} +} \ No newline at end of file diff --git a/YAS/Classes/YAS_RepInfoOwner.uc b/YAS/Classes/YAS_RepInfoOwner.uc index 00fc6ae..8d37d55 100644 --- a/YAS/Classes/YAS_RepInfoOwner.uc +++ b/YAS/Classes/YAS_RepInfoOwner.uc @@ -270,4 +270,4 @@ defaultproperties bSkipActorPropertyReplication = false Retries = 0 -} +} \ No newline at end of file diff --git a/YAS/Classes/YAS_RepInfoPlayer.uc b/YAS/Classes/YAS_RepInfoPlayer.uc index 2905c39..95706e1 100644 --- a/YAS/Classes/YAS_RepInfoPlayer.uc +++ b/YAS/Classes/YAS_RepInfoPlayer.uc @@ -40,4 +40,4 @@ defaultproperties bAlwaysRelevant = true bSkipActorPropertyReplication = false -} +} \ No newline at end of file diff --git a/YAS/Classes/YAS_ScoreBoard.uc b/YAS/Classes/YAS_ScoreBoard.uc index d407609..277ecc2 100644 --- a/YAS/Classes/YAS_ScoreBoard.uc +++ b/YAS/Classes/YAS_ScoreBoard.uc @@ -1066,4 +1066,4 @@ defaultproperties Components.Add(PlayerList) DefaultAvatar=Texture2D'UI_HUD.ScoreBoard_Standard_SWF_I26' -} +} \ No newline at end of file diff --git a/YAS/Classes/YAS_Types.uc b/YAS/Classes/YAS_Types.uc index 01a17a0..97d6a24 100644 --- a/YAS/Classes/YAS_Types.uc +++ b/YAS/Classes/YAS_Types.uc @@ -354,4 +354,4 @@ public static function Rank FromSystemRank(SystemRank SysRank) defaultproperties { -} +} \ No newline at end of file diff --git a/YAS/Classes/_Logger.uc b/YAS/Classes/_Logger.uc index d9cfb52..bf77f4e 100644 --- a/YAS/Classes/_Logger.uc +++ b/YAS/Classes/_Logger.uc @@ -17,4 +17,4 @@ enum E_LogLevel defaultproperties { -} +} \ No newline at end of file