view .editorconfig @ 28549:f48162881819 stable

doc: Remove oudated documentation about gnulib updates (bug #57044) * etc/GNULIB.UPDATE: Remove file with oudated instructions. The current instructions about the gnulib update are given in `bootstrap.conf` and reduce to replacing a singe commit id and running `./bootstrap --bootstrap-sync`, see cset ece72b94486f.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Fri, 10 Jul 2020 11:26:21 +0900
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