mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-23 15:36:06 +08:00
16 lines
321 B
INI
16 lines
321 B
INI
# https://editorconfig.org/
|
|
# generated at 9/15/2022, 12:52:15 PM by streakingman-cli@1.9.2
|
|
# 该配置文件是给webstorm使用的
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|