Commit Graph

2 Commits

Author SHA1 Message Date
Greg Kroah-Hartman
544028d677 editorconfig: make the line length 120
We all have things larger than 80 columns these days.  If this gets too
out of hand, we can reduce it later.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-10-01 16:43:37 +02:00
Emil Velikov
99fcc8f5ed editorconfig: add initial config file
Most editors support the config format out of the box and with some
patches in the works, it's great to have something in-tree to avoid
(further) mixing the style.

The format is sufficient to handle basic indentation size/style and line
length. More elaborate style tracking can be done with clang-format...
incoming with a later patch.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2024-10-01 16:42:31 +02:00