updated .editorconfig
This commit is contained in:
parent
d47ea2597c
commit
a5a3740799
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
[*]
|
||||
guidelines = 80
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
[*.cs]
|
||||
guidelines = 80, 120
|
||||
guidelines = 80, 120
|
||||
|
|
Loading…
Reference in a new issue