mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
chore(dotnet): add EditorConfig file
This commit is contained in:
committed by
Benoît Cortier
parent
6a53a0a803
commit
bffe18d204
@@ -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
|
||||
Reference in New Issue
Block a user