view .editorconfig @ 29897:7c7599ad9c5a

Sparse.h: Use forward declaration for Array class * Sparse.h: Use forward declaration for Array class instead of including Array.h. * Sparse-C.cc, Sparse-b.cc, Sparse-d.cc: Include Array.h.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jul 2021 16:31:26 -0400
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab