VS2022 editorconfig

닷넷디벨·2023년 6월 12일
0

# All files
[*]
indent_style = space

# Xml files
[*.xml]
indent_size = 2

[*.cs]
csharp_style_namespace_declarations=file_scoped:suggestion
csharp_indent_braces=false
[*.{cs,vb}]
tab_width=1
indent_style=tab
indent_size=1
profile
hardcore developer

0개의 댓글