commit | a88dc36f60cc9bdd0041814c1b04ddc5021c2d43 | [log] [tgz] |
---|---|---|
author | Håkon Alseth <haal@nordicsemi.no> | Thu Oct 04 14:21:59 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Nov 19 09:31:44 2018 -0500 |
tree | 27500404ca78dbcb321484ebc4533ac238fdc910 | |
parent | b5fd15de0ce16c6a1e3164694f019bd4b4f20bf0 [diff] |
clang-format: add support for clang-format Add .clang-format style from linux kernel to allow easier style formatting for developers that do not use uncrustify. You can call "clang-format -style=file -i my_src.c" within the repo to in-place fix the style. Signed-off-by: Håkon Alseth <haal@nordicsemi.no>