view .editorconfig @ 30173:f8ee588f1c7d

maint: Replace pid_equal helper class with lambda function. * child-list.cc: Delete pid_equal helper class. * child-list.cc (remove): Use lambda function in call to remove_if().
author Rik <rik@octave.org>
date Tue, 14 Sep 2021 10:34:28 -0700
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