KF2-AdminAutoLogin/.editorconfig

33 lines
510 B
INI
Raw Normal View History

2023-05-01 22:04:22 +00:00
root = true
# Global
[*]
indent_style = unset
indent_size = 4
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = unset
2023-05-01 22:04:22 +00:00
# Unreal Engine 3 / Source
[*.uc]
2023-05-01 22:04:22 +00:00
indent_style = tab
[*.{uci,upkg}]
2023-05-01 22:04:22 +00:00
# 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
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_style = space
indent_size = 2
[*.{txt,cfg,conf}]
indent_style = tab