view .editorconfig @ 28186:c26838a3afa6 stable

pkg: build with "V=1" for verbose build rules * configure_make.m: Add "V=1" to build environment for verbose build rules.
author Mike Miller <mtmiller@octave.org>
date Mon, 30 Mar 2020 11:41: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