view .editorconfig @ 27998:ece72b94486f stable

eliminate gnulib subrepo (bug #57044) After this change, bootstrap will check out the gnulib sources to the revision set in the bootstrap.conf file. You may also use ./bootstrap --gnulib-srcdir=/path/to/gnulib to use an external copy of gnulib. If GNULIB_REVISION is unset, then the external repo will be updated to the version specified in bootstrap.conf. If GNULIB_REVISION is set in the environment when running bootstrap, that version will be used. If GNULIB_REVISION is set but empty, the current version in the external repo will be used: GNULIB_REVISION= ./bootstrap --gnulib-srcdir=/path/to/gnulib Thanks to Kai T. Ohlhus for the initial version of this change. * bootstrap.conf: Set GNULIB_REVISION unless it is already set in the environment. * .hgsub, .hgsubstate: Delete.
author John W. Eaton <jwe@octave.org>
date Thu, 23 Jan 2020 17:56:39 -0500
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