mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +08:00
96332fbe35
防止VS空格和tab乱用
9 lines
122 B
INI
9 lines
122 B
INI
# http://editorconfig.org/
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# all files
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4 |