view .editorconfig @ 28159:54d6f1b5fab2 stable

doc: Simplify print command in Intro chapter of manual. * intro.txi: Remove '-dpdf' from print command as it is unnecessary and confusing for newbies.
author Rik <rik@octave.org>
date Fri, 13 Mar 2020 15:14:49 -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