Revision 1df7a7dbcf0568eed2d3579bf355e9c6a58b3baa authored by Lars Bilke on 15 April 2021, 07:01:32 UTC, committed by Dmitry Yu. Naumov on 21 April 2021, 11:40:35 UTC
Fix issue where on MSVC there cannot be two cpp files with the same
name compiled into one library.
1 parent 2e95ebe
Raw File
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,yaml,toml,html,css,js,scss}]
indent_size = 2
back to top