Coding Style: update regarding tabs in Makefile-s.

Possibly the only place where we expect them?
This commit is contained in:
Jehan 2022-01-27 01:19:26 +01:00
parent 7a2f4b82f0
commit cfc770b85e
1 changed files with 4 additions and 0 deletions

View File

@ -171,6 +171,10 @@ Even if two spaces for each indentation level allow deeper nesting, GIMP favors
self-documenting function names that can be quite long. For this reason, you
should avoid deeply nested code.
*Note*: the only place where we use Tab indentation and alignment is the
Makefiles. In there, Tab are expected to be displayed as 8 characters
for proper display
#### Vertical spaces (new lines)
Except for one single newline at the end of the file, other empty lines (at the