update style

This commit is contained in:
GenZmeY 2023-05-13 02:33:32 +03:00
parent 227c5f470f
commit f99b8cdb39
50 changed files with 1607 additions and 1606 deletions

View File

@ -10,13 +10,15 @@ charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = unset insert_final_newline = unset
# Source # Unreal Engine 3 / Source
[*.{sh,bash,dash,ksh}] [*.uc]
indent_style = tab indent_style = tab
insert_final_newline = true
[builder] [*.{uci,upkg}]
insert_final_newline = true
# 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}]
charset = utf-16le
# Other # Other
[*.md] [*.md]
@ -25,7 +27,6 @@ trim_trailing_whitespace = false
[*.yml] [*.yml]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
insert_final_newline = true
[*.{txt,cfg,conf}] [*.{txt,cfg,conf}]
indent_style = tab indent_style = tab

Binary file not shown.

Binary file not shown.