930bf0ad58
new file: .editorconfig new file: .gitattributes new file: .gitignore new file: .gitmodules new file: LICENSE new file: README.md new file: examples/example.cpp new file: examples/example.toml new file: examples/meson.build new file: include/toml++/toml.h new file: include/toml++/toml_array.h new file: include/toml++/toml_common.h new file: include/toml++/toml_formatter.h new file: include/toml++/toml_node.h new file: include/toml++/toml_node_view.h new file: include/toml++/toml_parser.h new file: include/toml++/toml_table.h new file: include/toml++/toml_utf8.h new file: include/toml++/toml_utf8_generated.h new file: include/toml++/toml_value.h new file: meson.build new file: python/ci_single_header_check.py new file: python/generate_single_header.py new file: python/generate_unicode_functions.py new file: tests/catch2 new file: tests/catch2.h new file: tests/lifetimes.cpp new file: tests/main.cpp new file: tests/meson.build new file: tests/parsing_arrays.cpp new file: tests/parsing_booleans.cpp new file: tests/parsing_comments.cpp new file: tests/parsing_dates_and_times.cpp new file: tests/parsing_floats.cpp new file: tests/parsing_integers.cpp new file: tests/parsing_key_value_pairs.cpp new file: tests/parsing_spec_example.cpp new file: tests/parsing_strings.cpp new file: tests/parsing_tables.cpp new file: tests/tests.cpp new file: tests/tests.h new file: toml.hpp new file: vs/.runsettings new file: vs/example.vcxproj new file: vs/test_char.vcxproj new file: vs/test_char8.vcxproj new file: vs/test_char8_noexcept.vcxproj new file: vs/test_char_noexcept.vcxproj new file: vs/test_strict_char.vcxproj new file: vs/test_strict_char8.vcxproj new file: vs/test_strict_char8_noexcept.vcxproj new file: vs/test_strict_char_noexcept.vcxproj new file: vs/toml++.natvis new file: vs/toml++.props new file: vs/toml++.sln new file: vs/toml++.vcxproj new file: vs/toml++.vcxproj.filters
18 lines
909 B
Plaintext
18 lines
909 B
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
|
|
*.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
|