chore(dotnet): add EditorConfig file

This commit is contained in:
Benoît CORTIER
2024-04-09 11:35:48 -04:00
committed by Benoît Cortier
parent 6a53a0a803
commit bffe18d204
+12
View File
@@ -0,0 +1,12 @@
root = true
# Indentation and spacing
indent_size = 4
tab_width = 4
# New line preferences
end_of_line = lf
insert_final_newline = false
[src/Picky/Generated/*.cs]
generated_code = true