Merge pull request #3 from GenZmeY/editorconfig

update .editorconfig
This commit is contained in:
GenZmeY 2023-05-02 22:27:23 +03:00 committed by GitHub
commit 9894b67d22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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