mirror of
https://gitee.com/fightroad/DicomSCP.git
synced 2025-12-06 10:38:57 +08:00
19 lines
335 B
INI
19 lines
335 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{html,js,json,cs}]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.json]
|
|
insert_final_newline = false
|
|
|
|
[*.cs]
|
|
csharp_new_line_before_open_brace = all
|
|
csharp_space_after_keywords_in_control_flow_statements = true |