view .editorconfig @ 31255:43068d904d9d

doc: remove very old TODO file doc/interpreter/TODO was a very old file from the 1990s. Deleting per https://octave.discourse.group/t/3328
author Arun Giridhar <arungiridhar@gmail.com>
date Tue, 04 Oct 2022 16:58:14 -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