mirror of
https://github.com/marzer/tomlplusplus.git
synced 2025-02-23 18:40:04 +00:00
also - added many member functions to `array` - added more documentation - added format_flags - added some additional cleaning steps to `generate_single_header.py` - made formatters work for any node type, not just tables - fixed documentation header obscuring content during jumps
18 lines
335 B
INI
18 lines
335 B
INI
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
indent_style = tab
|
|
indent_size = 4
|
|
tab_width = 4
|
|
|
|
[*.{gitattributes, yml}]
|
|
indent_style = space
|
|
|
|
[*.{c, cpp, cxx, h, hpp, hxx, inl, toml, xml, py, natvis, props, build, yml}]
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{c, cpp, cxx, h, hpp, hxx, inl, py, md, css}]
|
|
end_of_line = lf
|