Files
OxyPlot/Source/.editorconfig
2023-09-02 09:24:59 +02:00

21 lines
466 B
INI

# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.cs]
#### .NET Coding Conventions ####
# this. and Me. preferences
dotnet_style_qualification_for_event = true:warning
dotnet_style_qualification_for_field = true:warning
dotnet_style_qualification_for_method = true:warning
dotnet_style_qualification_for_property = true:warning