This commit is contained in:
Mark Gillard 2020-06-02 18:49:16 +03:00
parent 2c83d1b482
commit 3792093d09
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ indent_style = space
[*.{natvis, props, vcxproj, sln, runsettings}]
end_of_line = crlf
[*.{c, cpp, cxx, h, hpp, hxx, inl, toml, xml, py, natvis, props, build, vcxproj, runsettings, yml}]
[*.{c, cpp, cxx, h, hpp, hxx, inl, toml, xml, py, natvis, props, build, vcxproj, runsettings, yml, ini, json}]
charset = utf-8
trim_trailing_whitespace = true

View File

@ -1,7 +1,7 @@
project(
'tomlplusplus',
'cpp',
version : '1.2.5',
version : '1.3.0',
license : 'MIT',
default_options : [
'cpp_std=c++17',