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