view .editorconfig @ 30970:7d5cb3dd312d stable

Backed out changeset fdd58773ac02 (bug #61945) Backing out changeset until a more comprehensive solution can be found which includes addressing bug #62373.
author Rik <rik@octave.org>
date Sat, 30 Apr 2022 08:19:43 -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