Merge pull request #2369 from RadWolfie/fix-vs-popup-newline-dialog

Fix Visual Studio's popup dialog about newline correction
This commit is contained in:
PatrickvL 2022-05-28 20:58:10 +02:00 committed by GitHub
commit b43f6bbcdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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