v1.3.0
This commit is contained in:
parent
2c83d1b482
commit
3792093d09
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
project(
|
||||
'tomlplusplus',
|
||||
'cpp',
|
||||
version : '1.2.5',
|
||||
version : '1.3.0',
|
||||
license : 'MIT',
|
||||
default_options : [
|
||||
'cpp_std=c++17',
|
||||
|
Loading…
Reference in New Issue
Block a user