view .editorconfig @ 31215:0fb5ca242d66

__tiff__.cc: added documentation to all internal functions * libtinterp/corefcn/__tiff__.cc: Added documentation to all internal functions to enable using help and print_usage.
author magedrifaat <magedrifaat@gmail.com>
date Wed, 07 Sep 2022 18:00:04 +0200
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