mirror of
https://github.com/marzer/tomlplusplus.git
synced 2024-11-02 02:26:28 +00:00
cb791fe0ef
also: - fixed infinity and NaN-related code breaking when using -ffast-math and friends - added much more detail to many static_assert error messages - added more test permutations of various compiler flags - added many more static checks to test code
27 lines
1.5 KiB
Plaintext
27 lines
1.5 KiB
Plaintext
* text=auto encoding=UTF-8
|
|
*.c text encoding=UTF-8 eol=lf
|
|
*.cpp text encoding=UTF-8 eol=lf
|
|
*.cxx text encoding=UTF-8 eol=lf
|
|
*.dox text encoding=UTF-8 eol=lf
|
|
*.h text encoding=UTF-8 eol=lf
|
|
*.hpp text encoding=UTF-8 eol=lf
|
|
*.hxx text encoding=UTF-8 eol=lf
|
|
*.inl text encoding=UTF-8 eol=lf
|
|
*.toml text=auto encoding=UTF-8
|
|
*.xml text=auto encoding=UTF-8
|
|
*.py text encoding=UTF-8 eol=lf
|
|
*.natvis text encoding=UTF-8 eol=crlf
|
|
*.props text encoding=UTF-8 eol=crlf
|
|
*.vcxproj text encoding=UTF-8 eol=crlf
|
|
*.sln text encoding=UTF-8-BOM eol=crlf
|
|
*.runsettings text encoding=UTF-8 eol=crlf
|
|
*.md text encoding=UTF-8 eol=lf
|
|
*.css text encoding=UTF-8 eol=lf
|
|
.gitignore text encoding=UTF-8 eol=lf
|
|
.gitattributes text encoding=UTF-8 eol=lf
|
|
.editorconfig text encoding=UTF-8 eol=lf
|
|
meson.build text encoding=UTF-8 eol=lf
|
|
meson_options.txt text encoding=UTF-8 eol=lf
|
|
Doxyfile text encoding=UTF-8 eol=lf
|
|
Doxyfile-mcss text encoding=UTF-8 eol=lf
|