tomlplusplus/.editorconfig
Mark Gillard 635dec5c8e added printing for arrays
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
2020-01-12 23:23:35 +02:00

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