mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-21 19:35:36 -05:00
162ec539a39c0b24eea3e17863499aa3f89d6a64
The documentation for editorconfig files says that setting indent_size changes the default value of tab_width; but the documentation is a little ambiguous as to what happens if the two values are set via different match rules. I'd generally expect in this case that the defaulting behavior would only kick in if there were no setting of tab_width at all, but it seems that the go implementation (or at least the way forgejo uses the go implementation) does not do this. However, it is fairly easy to make this all explicit by explicitly setting tab_width whenever we have an indent_size that is not 8. I've deliberately omitted overriding this when the indent style is set to space, since this should make the presence of a hard tab show up in the forge UI more clearly as incorrect indentation. /ChangeLog: * .editorconfig: Explicitly set tab_width whenever a config rule has indent_style = tab and indent_size != 8.
…
…
…
…
…
…
…
…
…
…
…
…
This directory contains the GNU Compiler Collection (GCC). The GNU Compiler Collection is free software. See the files whose names start with COPYING for copying permission. The manuals, and some of the runtime libraries, are under different terms; see the individual source files for details. The directory INSTALL contains copies of the installation information as HTML and plain text. The source of this information is gcc/doc/install.texi. The installation information includes details of what is included in the GCC sources and what files GCC installs. See the file gcc/doc/gcc.texi (together with other files that it includes) for usage and porting information. An online readable version of the manual is in the files gcc/doc/gcc.info*. See http://gcc.gnu.org/bugs/ for how to report bugs usefully. Copyright years on GCC source files may be listed using range notation, e.g., 1987-2012, indicating that every year in the range, inclusive, is a copyrightable year that could otherwise be listed individually.
Description
Languages
C++
30.7%
C
30%
Ada
14.5%
D
6.1%
Go
5.7%
Other
12.5%