DicomServer/.editorconfig
2024-12-13 10:06:20 +08:00

9 lines
146 B
INI

# top-most EditorConfig file
root = true
[*.cs]
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4