update .editorconfig

I changed my mind a little
This commit is contained in:
GenZmeY 2023-05-02 22:15:42 +03:00
parent 0dc735b800
commit b1635b8e28
53 changed files with 57 additions and 60 deletions

View File

@ -8,13 +8,13 @@ tab_width = 4
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = unset
# Unreal Engine 3 / Source # Unreal Engine 3 / Source
[*.{uc,uci}] [*.uc]
indent_style = tab indent_style = tab
[*.upkg] [*.{uci,upkg}]
# Unreal Engine 3 / i18n # 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}] [*.{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] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false
[*.{txt,cfg}]
insert_final_newline = unset
[*.yml] [*.yml]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
[.gitignore] [*.{txt,cfg,conf}]
insert_final_newline = unset indent_style = tab

View File

@ -423,4 +423,4 @@ function RenderButton(KFGUI_Button B)
defaultproperties defaultproperties
{ {
} }

View File

@ -874,4 +874,4 @@ defaultproperties
MainFont=Font'UI_Canvas_Fonts.Font_Main' MainFont=Font'UI_Canvas_Fonts.Font_Main'
NumberFont=Font'UI_Canvas_Fonts.Font_General' NumberFont=Font'UI_Canvas_Fonts.Font_General'
InfiniteFont=Font'UI_Canvas_Fonts.Font_Main' InfiniteFont=Font'UI_Canvas_Fonts.Font_Main'
} }

View File

@ -894,4 +894,4 @@ defaultproperties
bAbsorbInput=true bAbsorbInput=true
bAlwaysTick=true bAlwaysTick=true
bHideCursor=true bHideCursor=true
} }

View File

@ -60,4 +60,4 @@ function PreClientTravel(string PendingURL, ETravelType TravelType, bool bIsSeam
defaultproperties defaultproperties
{ {
} }

View File

@ -449,4 +449,4 @@ function RenderButton(KFGUI_Button B)
defaultproperties defaultproperties
{ {
MaxFontScale=5 MaxFontScale=5
} }

View File

@ -117,4 +117,4 @@ static final function Color LinearColorToColor(const LinearColor RGB)
TrueRGB.A = RGB.A * 255; TrueRGB.A = RGB.A * 255;
return TrueRGB; return TrueRGB;
} }

View File

@ -6,4 +6,4 @@ var KF2GUIController OutputObject;
function PostRender_Console(Canvas Canvas) function PostRender_Console(Canvas Canvas)
{ {
OutputObject.RenderMenu(Canvas); OutputObject.RenderMenu(Canvas);
} }

View File

@ -341,4 +341,4 @@ defaultproperties
YSize=1 YSize=1
bCanFocus=true bCanFocus=true
bVisible=true bVisible=true
} }

View File

@ -38,4 +38,4 @@ defaultproperties
TextColor=(R=0, G=0, B=0, A=255) TextColor=(R=0, G=0, B=0, A=255)
TextFontInfo=(bClipText=true, bEnableShadow=true) TextFontInfo=(bClipText=true, bEnableShadow=true)
FontScale=1 FontScale=1
} }

View File

@ -78,4 +78,4 @@ function DrawMenu()
defaultproperties defaultproperties
{ {
} }

View File

@ -87,4 +87,4 @@ function EmptyList()
defaultproperties defaultproperties
{ {
} }

View File

@ -27,4 +27,4 @@ defaultproperties
{ {
bForceUniform=true bForceUniform=true
LableWidth=0.85 LableWidth=0.85
} }

View File

@ -92,4 +92,4 @@ function HandleMouseClick(bool bRight);
defaultproperties defaultproperties
{ {
bHoverSound=true bHoverSound=true
} }

View File

@ -119,4 +119,4 @@ defaultproperties
ID="CaptionText" ID="CaptionText"
End Object End Object
Components.Add(CaptionLabel) Components.Add(CaptionLabel)
} }

View File

@ -442,4 +442,4 @@ defaultproperties
Components.Add(ColumnComps) Components.Add(ColumnComps)
LineFontInfo=(bClipText=true, bEnableShadow=false) LineFontInfo=(bClipText=true, bEnableShadow=false)
} }

View File

@ -203,4 +203,4 @@ defaultproperties
{ {
bClickable=true bClickable=true
ColumnMinSize=8 ColumnMinSize=8
} }

View File

@ -61,4 +61,4 @@ defaultproperties
SelectedTextColor=(R=255, G=128, B=128, A=255) SelectedTextColor=(R=255, G=128, B=128, A=255)
TextColor=(R=255, G=255, B=255, A=255) TextColor=(R=255, G=255, B=255, A=255)
BorderSize=4 BorderSize=4
} }

View File

@ -24,4 +24,4 @@ defaultproperties
CurrentRow=-1 CurrentRow=-1
OldRow=-1 OldRow=-1
bFocusedPostDrawItem=true bFocusedPostDrawItem=true
} }

View File

@ -219,4 +219,4 @@ defaultproperties
NumColumns=1 NumColumns=1
bClickable=true bClickable=true
bDrawBackground=false bDrawBackground=false
} }

View File

@ -425,4 +425,4 @@ defaultproperties
LastLength=-1 LastLength=-1
YSize=0.06 YSize=0.06
} }

View File

@ -99,4 +99,4 @@ defaultproperties
TextFontInfo=(bClipText=true, bEnableShadow=true) TextFontInfo=(bClipText=true, bEnableShadow=true)
End Object End Object
TextLable=MyBoxLableText TextLable=MyBoxLableText
} }

View File

@ -104,4 +104,4 @@ defaultproperties
bUseAnimation=true bUseAnimation=true
OpenAnimSpeed=0.05f OpenAnimSpeed=0.05f
WindowFadeInTime=0.2f WindowFadeInTime=0.2f
} }

View File

@ -20,4 +20,4 @@ function MouseRelease(bool bRight)
defaultproperties defaultproperties
{ {
bClickable=true bClickable=true
} }

View File

@ -125,4 +125,4 @@ defaultproperties
EdgeSize(1)=35 EdgeSize(1)=35
EdgeSize(2)=-40 EdgeSize(2)=-40
EdgeSize(3)=-50 EdgeSize(3)=-50
} }

View File

@ -140,4 +140,4 @@ defaultproperties
X2=-1 X2=-1
Y1=-1 Y1=-1
Y2=-1 Y2=-1
} }

View File

@ -226,4 +226,4 @@ defaultproperties
ID="Scrollbar" ID="Scrollbar"
End Object End Object
Components.Add(ListScroller) Components.Add(ListScroller)
} }

View File

@ -222,4 +222,4 @@ defaultproperties
ID="Scrollbar" ID="Scrollbar"
End Object End Object
Components.Add(ListScroller) Components.Add(ListScroller)
} }

View File

@ -41,4 +41,4 @@ function string GetSortStr(int Column)
function Clear() function Clear()
{ {
Columns.Length = 0; Columns.Length = 0;
} }

View File

@ -154,4 +154,4 @@ function NotifyLevelChange()
for (i=0; i < Components.Length; ++i) for (i=0; i < Components.Length; ++i)
Components[i].NotifyLevelChange(); Components[i].NotifyLevelChange();
} }

View File

@ -23,4 +23,4 @@ defaultproperties
bUnique=true bUnique=true
bPersistant=true bPersistant=true
FrameOpacity=175 FrameOpacity=175
} }

View File

@ -131,4 +131,4 @@ defaultproperties
ValueRightWidth=0.2 ValueRightWidth=0.2
ValueRightAlign=0 ValueRightAlign=0
NumDecimals=0 NumDecimals=0
} }

View File

@ -160,4 +160,4 @@ defaultproperties
EdgeSize=2 EdgeSize=2
BoxColor=(R=5, G=5, B=5, A=200) BoxColor=(R=5, G=5, B=5, A=200)
OutlineColor=(R=115, G=115, B=115, A=255) OutlineColor=(R=115, G=115, B=115, A=255)
} }

View File

@ -120,4 +120,4 @@ defaultproperties
ScrollStride=1 ScrollStride=1
PageStep=10 PageStep=10
ButtonScale=1 ButtonScale=1
} }

View File

@ -3,4 +3,4 @@ class KFGUI_ScrollBarH extends KFGUI_ScrollBarBase;
defaultproperties defaultproperties
{ {
bVertical=false bVertical=false
} }

View File

@ -3,4 +3,4 @@ class KFGUI_ScrollBarV extends KFGUI_ScrollBarBase;
defaultproperties defaultproperties
{ {
bVertical=true bVertical=true
} }

View File

@ -49,4 +49,4 @@ defaultproperties
ID="Scrollbar" ID="Scrollbar"
End Object End Object
Components.Add(SliderScroll) Components.Add(SliderScroll)
} }

View File

@ -162,4 +162,4 @@ defaultproperties
ButtonAxisSize=0.08 ButtonAxisSize=0.08
CurrentPageNum=-1 CurrentPageNum=-1
PageComponentIndex=-1 PageComponentIndex=-1
} }

View File

@ -487,4 +487,4 @@ defaultproperties
bCanFocus=false bCanFocus=false
bClickable=false bClickable=false
bUseOutlineText=false bUseOutlineText=false
} }

View File

@ -117,4 +117,4 @@ defaultproperties
FontScale=1.f FontScale=1.f
OutlineSize=1 OutlineSize=1
bCanFocus=false bCanFocus=false
} }

View File

@ -182,4 +182,4 @@ function MouseClick(bool bRight)
defaultproperties defaultproperties
{ {
ScrollSpeed=0.01 ScrollSpeed=0.01
} }

View File

@ -39,4 +39,4 @@ defaultproperties
TextFontInfo=(bClipText=true, bEnableShadow=true) TextFontInfo=(bClipText=true, bEnableShadow=true)
bCanFocus=false bCanFocus=false
bFocusedPostDrawItem=true bFocusedPostDrawItem=true
} }

View File

@ -34,4 +34,4 @@ private static function ApplyDefault()
defaultproperties defaultproperties
{ {
} }

View File

@ -36,4 +36,4 @@ private static function ApplyDefault()
defaultproperties defaultproperties
{ {
} }

View File

@ -49,4 +49,4 @@ private static function ApplyDefault()
defaultproperties defaultproperties
{ {
} }

View File

@ -447,4 +447,4 @@ public function Rank RankByGroupID(UniqueNetId GroupUID)
DefaultProperties DefaultProperties
{ {
} }

View File

@ -57,4 +57,4 @@ public function NotifyLogout(Controller C)
DefaultProperties DefaultProperties
{ {
} }

View File

@ -107,4 +107,4 @@ exec function SetShowScores(bool bNewValue)
defaultproperties defaultproperties
{ {
ScoreboardClass=class'YAS_ScoreBoard' ScoreboardClass=class'YAS_ScoreBoard'
} }

View File

@ -270,4 +270,4 @@ defaultproperties
bSkipActorPropertyReplication = false bSkipActorPropertyReplication = false
Retries = 0 Retries = 0
} }

View File

@ -40,4 +40,4 @@ defaultproperties
bAlwaysRelevant = true bAlwaysRelevant = true
bSkipActorPropertyReplication = false bSkipActorPropertyReplication = false
} }

View File

@ -1066,4 +1066,4 @@ defaultproperties
Components.Add(PlayerList) Components.Add(PlayerList)
DefaultAvatar=Texture2D'UI_HUD.ScoreBoard_Standard_SWF_I26' DefaultAvatar=Texture2D'UI_HUD.ScoreBoard_Standard_SWF_I26'
} }

View File

@ -354,4 +354,4 @@ public static function Rank FromSystemRank(SystemRank SysRank)
defaultproperties defaultproperties
{ {
} }

View File

@ -17,4 +17,4 @@ enum E_LogLevel
defaultproperties defaultproperties
{ {
} }