mirror of
https://gitee.com/crm8000/PSI
synced 2024-11-22 07:45:59 +00:00
10 lines
146 B
INI
10 lines
146 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = crlf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|