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/AAL/Classes/AAL.uc b/AAL/Classes/AAL.uc index e7af82d..40aea6e 100644 --- a/AAL/Classes/AAL.uc +++ b/AAL/Classes/AAL.uc @@ -184,4 +184,4 @@ public function NotifyLogout(Controller C) defaultproperties { -} +} \ No newline at end of file diff --git a/AAL/Classes/AALMut.uc b/AAL/Classes/AALMut.uc index a8e7867..81ed6ef 100644 --- a/AAL/Classes/AALMut.uc +++ b/AAL/Classes/AALMut.uc @@ -57,4 +57,4 @@ public function NotifyLogout(Controller C) defaultproperties { -} +} \ No newline at end of file diff --git a/AAL/Classes/AdminList.uc b/AAL/Classes/AdminList.uc index 5d3d635..98f72a3 100644 --- a/AAL/Classes/AdminList.uc +++ b/AAL/Classes/AdminList.uc @@ -81,4 +81,4 @@ private static function bool AnyToUID(OnlineSubsystem OS, String ID, out UniqueN defaultproperties { -} +} \ No newline at end of file diff --git a/AAL/Classes/_Logger.uc b/AAL/Classes/_Logger.uc index d9cfb52..bf77f4e 100644 --- a/AAL/Classes/_Logger.uc +++ b/AAL/Classes/_Logger.uc @@ -17,4 +17,4 @@ enum E_LogLevel defaultproperties { -} +} \ No newline at end of file