view .editorconfig @ 30297:5ea881d55465

maint: update gnulib * bootstrap.conf (GNULIB_REVISION): Update to 1a268176fbb184e393c98575e61fe692264c7d91. * bootstrap: No changes after ./bootstrap --bootstrap-sync to update from gnulib sources and patch with local changes from build-aux/gnulib-bootstrap-git-fetch.diff.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 18 Nov 2021 17:04:22 +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