fix Visual Studio's popup dialog about newline correction
This commit is contained in:
parent
4b5edbdc94
commit
33aad02f93
|
@ -3,5 +3,5 @@ root = true
|
||||||
[*]
|
[*]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
end_of_line = crlf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
Loading…
Reference in New Issue