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:
Alexandre Duret-Lutz 2016-03-10 17:16:41 +01:00
parent f7e7b4f14e
commit 73e4fcd033
2 changed files with 5 additions and 2 deletions

View file

@ -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