odin-blend2d

Odin bindings to Blend2D
Log | Files | Refs | README | LICENSE

.editorconfig (233B)


      1 # Editor configuration, see https://editorconfig.org for more details.
      2 root = true
      3 
      4 [*.{cpp,h,natvis}]
      5 charset = utf-8
      6 end_of_line = lf
      7 indent_style = space
      8 indent_size = 2
      9 insert_final_newline = true
     10 trim_trailing_whitespace = true