fix lower case

This commit is contained in:
Rick Vogel 2023-08-08 14:48:17 +02:00 committed by GitHub
parent 6d3c718825
commit f8ad195b31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,6 +108,6 @@ SpacesInSquareBrackets: true
Standard: Cpp11
TabWidth: 4
UseTab: Never
UseCRLF: True
UseCRLF: true
...