ensure the no-tab rule
* HACKING: Mention the no-tab rule. * tests/sanity/style.test: Only test for it at the beginning of line.
This commit is contained in:
parent
f7e7b4f14e
commit
73e4fcd033
2 changed files with 5 additions and 2 deletions
3
HACKING
3
HACKING
|
|
@ -278,6 +278,9 @@ Encoding
|
|||
|
||||
* Use UTF-8 for non-ASCII characters.
|
||||
|
||||
* Do not use tabs for indentation in C++ files. Use only space to
|
||||
prevent issues with people assuming different tab widths.
|
||||
|
||||
* If you edit files encoded in Latin-1 (the original default
|
||||
encoding for the project), feel free to convert them to UTF-8.
|
||||
In emacs the simplest way to convert the file is to add a comment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue