update .editorconfig
I changed my mind a little
This commit is contained in:
parent
0ff11a392b
commit
82fd1a2f4f
@ -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
|
||||||
|
@ -184,4 +184,4 @@ public function NotifyLogout(Controller C)
|
|||||||
defaultproperties
|
defaultproperties
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
@ -57,4 +57,4 @@ public function NotifyLogout(Controller C)
|
|||||||
defaultproperties
|
defaultproperties
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
@ -81,4 +81,4 @@ private static function bool AnyToUID(OnlineSubsystem OS, String ID, out UniqueN
|
|||||||
defaultproperties
|
defaultproperties
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
@ -17,4 +17,4 @@ enum E_LogLevel
|
|||||||
defaultproperties
|
defaultproperties
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user