Browse Source

Add editor config

pull/5/head
Ionite 1 year ago
parent
commit
6ef8e53ff2
No known key found for this signature in database
  1. 9
      .editorconfig

9
.editorconfig

@ -0,0 +1,9 @@
root = true
[*]
indent_size = 4
max_line_length = 100
csharp_style_var_for_built_in_types = true
dotnet_sort_system_directives_first = true
Loading…
Cancel
Save