doctest

FORK: The fastest feature-rich C++11/14/17/20 single-header testing framework
git clone https://git.neptards.moe/neptards/doctest.git
Log | Files | Refs | README

.editorconfig (172B)


      1 root = true
      2 
      3 [*]
      4 charset = utf-8
      5 trim_trailing_whitespace = true
      6 end_of_line = lf
      7 indent_style = space
      8 indent_size = 4
      9 insert_final_newline = true
     10 
     11 [*.yml]
     12 indent_size = 2