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
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

View File

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

View File

@ -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'
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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)
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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