update .editorconfig
I changed my mind a little
This commit is contained in:
parent
0dc735b800
commit
b1635b8e28
@ -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
|
||||
|
@ -423,4 +423,4 @@ function RenderButton(KFGUI_Button B)
|
||||
defaultproperties
|
||||
{
|
||||
|
||||
}
|
||||
}
|
@ -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'
|
||||
}
|
||||
}
|
@ -894,4 +894,4 @@ defaultproperties
|
||||
bAbsorbInput=true
|
||||
bAlwaysTick=true
|
||||
bHideCursor=true
|
||||
}
|
||||
}
|
@ -60,4 +60,4 @@ function PreClientTravel(string PendingURL, ETravelType TravelType, bool bIsSeam
|
||||
defaultproperties
|
||||
{
|
||||
|
||||
}
|
||||
}
|
@ -449,4 +449,4 @@ function RenderButton(KFGUI_Button B)
|
||||
defaultproperties
|
||||
{
|
||||
MaxFontScale=5
|
||||
}
|
||||
}
|
@ -117,4 +117,4 @@ static final function Color LinearColorToColor(const LinearColor RGB)
|
||||
TrueRGB.A = RGB.A * 255;
|
||||
|
||||
return TrueRGB;
|
||||
}
|
||||
}
|
@ -6,4 +6,4 @@ var KF2GUIController OutputObject;
|
||||
function PostRender_Console(Canvas Canvas)
|
||||
{
|
||||
OutputObject.RenderMenu(Canvas);
|
||||
}
|
||||
}
|
@ -341,4 +341,4 @@ defaultproperties
|
||||
YSize=1
|
||||
bCanFocus=true
|
||||
bVisible=true
|
||||
}
|
||||
}
|
@ -38,4 +38,4 @@ defaultproperties
|
||||
TextColor=(R=0, G=0, B=0, A=255)
|
||||
TextFontInfo=(bClipText=true, bEnableShadow=true)
|
||||
FontScale=1
|
||||
}
|
||||
}
|
@ -78,4 +78,4 @@ function DrawMenu()
|
||||
defaultproperties
|
||||
{
|
||||
|
||||
}
|
||||
}
|
@ -87,4 +87,4 @@ function EmptyList()
|
||||
defaultproperties
|
||||
{
|
||||
|
||||
}
|
||||
}
|
@ -27,4 +27,4 @@ defaultproperties
|
||||
{
|
||||
bForceUniform=true
|
||||
LableWidth=0.85
|
||||
}
|
||||
}
|
@ -92,4 +92,4 @@ function HandleMouseClick(bool bRight);
|
||||
defaultproperties
|
||||
{
|
||||
bHoverSound=true
|
||||
}
|
||||
}
|
@ -119,4 +119,4 @@ defaultproperties
|
||||
ID="CaptionText"
|
||||
End Object
|
||||
Components.Add(CaptionLabel)
|
||||
}
|
||||
}
|
@ -442,4 +442,4 @@ defaultproperties
|
||||
Components.Add(ColumnComps)
|
||||
|
||||
LineFontInfo=(bClipText=true, bEnableShadow=false)
|
||||
}
|
||||
}
|
@ -203,4 +203,4 @@ defaultproperties
|
||||
{
|
||||
bClickable=true
|
||||
ColumnMinSize=8
|
||||
}
|
||||
}
|
@ -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
|
||||
}
|
||||
}
|
@ -24,4 +24,4 @@ defaultproperties
|
||||
CurrentRow=-1
|
||||
OldRow=-1
|
||||
bFocusedPostDrawItem=true
|
||||
}
|
||||
}
|
@ -219,4 +219,4 @@ defaultproperties
|
||||
NumColumns=1
|
||||
bClickable=true
|
||||
bDrawBackground=false
|
||||
}
|
||||
}
|
@ -425,4 +425,4 @@ defaultproperties
|
||||
LastLength=-1
|
||||
|
||||
YSize=0.06
|
||||
}
|
||||
}
|
@ -99,4 +99,4 @@ defaultproperties
|
||||
TextFontInfo=(bClipText=true, bEnableShadow=true)
|
||||
End Object
|
||||
TextLable=MyBoxLableText
|
||||
}
|
||||
}
|
@ -104,4 +104,4 @@ defaultproperties
|
||||
bUseAnimation=true
|
||||
OpenAnimSpeed=0.05f
|
||||
WindowFadeInTime=0.2f
|
||||
}
|
||||
}
|
@ -20,4 +20,4 @@ function MouseRelease(bool bRight)
|
||||
defaultproperties
|
||||
{
|
||||
bClickable=true
|
||||
}
|
||||
}
|
@ -125,4 +125,4 @@ defaultproperties
|
||||
EdgeSize(1)=35
|
||||
EdgeSize(2)=-40
|
||||
EdgeSize(3)=-50
|
||||
}
|
||||
}
|
@ -140,4 +140,4 @@ defaultproperties
|
||||
X2=-1
|
||||
Y1=-1
|
||||
Y2=-1
|
||||
}
|
||||
}
|
@ -226,4 +226,4 @@ defaultproperties
|
||||
ID="Scrollbar"
|
||||
End Object
|
||||
Components.Add(ListScroller)
|
||||
}
|
||||
}
|
@ -222,4 +222,4 @@ defaultproperties
|
||||
ID="Scrollbar"
|
||||
End Object
|
||||
Components.Add(ListScroller)
|
||||
}
|
||||
}
|
@ -41,4 +41,4 @@ function string GetSortStr(int Column)
|
||||
function Clear()
|
||||
{
|
||||
Columns.Length = 0;
|
||||
}
|
||||
}
|
@ -154,4 +154,4 @@ function NotifyLevelChange()
|
||||
|
||||
for (i=0; i < Components.Length; ++i)
|
||||
Components[i].NotifyLevelChange();
|
||||
}
|
||||
}
|
@ -23,4 +23,4 @@ defaultproperties
|
||||
bUnique=true
|
||||
bPersistant=true
|
||||
FrameOpacity=175
|
||||
}
|
||||
}
|
@ -131,4 +131,4 @@ defaultproperties
|
||||
ValueRightWidth=0.2
|
||||
ValueRightAlign=0
|
||||
NumDecimals=0
|
||||
}
|
||||
}
|
@ -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)
|
||||
}
|
||||
}
|
@ -120,4 +120,4 @@ defaultproperties
|
||||
ScrollStride=1
|
||||
PageStep=10
|
||||
ButtonScale=1
|
||||
}
|
||||
}
|
@ -3,4 +3,4 @@ class KFGUI_ScrollBarH extends KFGUI_ScrollBarBase;
|
||||
defaultproperties
|
||||
{
|
||||
bVertical=false
|
||||
}
|
||||
}
|
@ -3,4 +3,4 @@ class KFGUI_ScrollBarV extends KFGUI_ScrollBarBase;
|
||||
defaultproperties
|
||||
{
|
||||
bVertical=true
|
||||
}
|
||||
}
|
@ -49,4 +49,4 @@ defaultproperties
|
||||
ID="Scrollbar"
|
||||
End Object
|
||||
Components.Add(SliderScroll)
|
||||
}
|
||||
}
|
@ -162,4 +162,4 @@ defaultproperties
|
||||
ButtonAxisSize=0.08
|
||||
CurrentPageNum=-1
|
||||
PageComponentIndex=-1
|
||||
}
|
||||
}
|
@ -487,4 +487,4 @@ defaultproperties
|
||||
bCanFocus=false
|
||||
bClickable=false
|
||||
bUseOutlineText=false
|
||||
}
|
||||
}
|
@ -117,4 +117,4 @@ defaultproperties
|
||||
FontScale=1.f
|
||||
OutlineSize=1
|
||||
bCanFocus=false
|
||||
}
|
||||
}
|
@ -182,4 +182,4 @@ function MouseClick(bool bRight)
|
||||
defaultproperties
|
||||
{
|
||||
ScrollSpeed=0.01
|
||||
}
|
||||
}
|
@ -39,4 +39,4 @@ defaultproperties
|
||||
TextFontInfo=(bClipText=true, bEnableShadow=true)
|
||||
bCanFocus=false
|
||||
bFocusedPostDrawItem=true
|
||||
}
|
||||
}
|
@ -34,4 +34,4 @@ private static function ApplyDefault()
|
||||
defaultproperties
|
||||
{
|
||||
|
||||
}
|
||||
}
|
@ -36,4 +36,4 @@ private static function ApplyDefault()
|
||||
defaultproperties
|
||||
{
|
||||
|
||||
}
|
||||
}
|
@ -49,4 +49,4 @@ private static function ApplyDefault()
|
||||
defaultproperties
|
||||
{
|
||||
|
||||
}
|
||||
}
|
@ -447,4 +447,4 @@ public function Rank RankByGroupID(UniqueNetId GroupUID)
|
||||
DefaultProperties
|
||||
{
|
||||
|
||||
}
|
||||
}
|
@ -57,4 +57,4 @@ public function NotifyLogout(Controller C)
|
||||
DefaultProperties
|
||||
{
|
||||
|
||||
}
|
||||
}
|
@ -107,4 +107,4 @@ exec function SetShowScores(bool bNewValue)
|
||||
defaultproperties
|
||||
{
|
||||
ScoreboardClass=class'YAS_ScoreBoard'
|
||||
}
|
||||
}
|
@ -270,4 +270,4 @@ defaultproperties
|
||||
bSkipActorPropertyReplication = false
|
||||
|
||||
Retries = 0
|
||||
}
|
||||
}
|
@ -40,4 +40,4 @@ defaultproperties
|
||||
|
||||
bAlwaysRelevant = true
|
||||
bSkipActorPropertyReplication = false
|
||||
}
|
||||
}
|
@ -1066,4 +1066,4 @@ defaultproperties
|
||||
Components.Add(PlayerList)
|
||||
|
||||
DefaultAvatar=Texture2D'UI_HUD.ScoreBoard_Standard_SWF_I26'
|
||||
}
|
||||
}
|
@ -354,4 +354,4 @@ public static function Rank FromSystemRank(SystemRank SysRank)
|
||||
defaultproperties
|
||||
{
|
||||
|
||||
}
|
||||
}
|
@ -17,4 +17,4 @@ enum E_LogLevel
|
||||
defaultproperties
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user