NetworkManager/contrib
Thomas Haller 2d28d5d5d4 checkpatch: warn about non-leading tabs
Tabs are not only wrong after a space, they are always
wrong if they don't appear at the beginning of a line.
That would happen usually, when trying to align multiple
lines like

  enum {
      VALUE1		= 1;
      OTHER_VALUE	= 2;
  };

When doing that, the alignment will only be correct, if the
reader later uses the same tab-width. Note that in NetworkManager
we recommend the tab-width to be 4 characters, but with our "smart
tab" indentation style, it wouldn't actually matter and the reader
is free to choose any other tab-width -- as long as we don't use
non-leading tabs.

Don't allow non-leading tabs.
2018-07-11 12:02:06 +02:00
..
editors contrib: add emacs config for hacking on NM 2015-08-11 13:42:26 -04:00
fedora contrib/rpm: Use Open vSwitch instead of OpenVSwitch 2018-06-28 20:31:32 +02:00
scripts checkpatch: warn about non-leading tabs 2018-07-11 12:02:06 +02:00
test contrib: add a serial modem emulator 2018-06-18 16:05:29 +02:00
travis travis: don't check for setting-docs.c file 2017-04-05 19:09:25 +02:00