view .editorconfig @ 31420:e98fb9b4be86

maint: Update gnulib. * bootstrap.conf (GNULIB_REVISION): Update to 1db9041826f21c8cb705337636fe167f73e3c868. * bootstrap: Update with ./bootstrap --bootstrap-sync. * bootstrap-funclib.sh, autopull.sh, autogen.sh: Add new files (with local changes - see below). * build-aux/gnulib-bootstrap-git-fetch.diff: Update patch to apply to new gnulib bootstrap layout.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 12 Nov 2022 14:16:14 +0100
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