# # # patch "HACKING" # from [c7f70f0b3353a12bcf84a27f491e9caca5499c5f] # to [a115e955d78eff9a4e909dde536e509090e7eee2] # ============================================================ --- HACKING c7f70f0b3353a12bcf84a27f491e9caca5499c5f +++ HACKING a115e955d78eff9a4e909dde536e509090e7eee2 @@ -14,9 +14,12 @@ to so that formatting consistency is ret please follow the coding style of the particular file you're making changes to so that formatting consistency is retained within that file. -All source indentation should be done using spaces, with two space -characters per indentation level. +All source indentation should use two space characters per indentation +level. +Never use tab characters to indent code. Always use spaces. Teach +your editor to do the same. + The appropriate Emacs modeline to use for editing source is: -*- mode: C++; c-file-style: "gnu"; indent-tabs-mode: nil; c-basic-offset: 2 -*-