view .editorconfig @ 31172:3f5f1404af8a

Tiff: added directory methods (currentDirectory, nextDirectory, ...) * __tiff__.cc: implemented the internal functions for the directory methods. * Tiff.m: added the methods to the class and added a test for the methods.
author magedrifaat <magedrifaat@gmail.com>
date Sun, 14 Aug 2022 21:02:58 +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