fix Visual Studio's popup dialog about newline correction

This commit is contained in:
RadWolfie 2022-05-28 10:36:55 -05:00
parent 4b5edbdc94
commit 33aad02f93
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ root = true
[*]
indent_size = 4
trim_trailing_whitespace = true
end_of_line = crlf
end_of_line = lf
insert_final_newline = true