lint: add include sorting config to clang-format (#1517)

This commit is contained in:
Tyler Wilding
2022-06-22 23:37:46 -04:00
committed by GitHub
parent b3f2b81481
commit 2d595c1ac0
501 changed files with 2085 additions and 1264 deletions
+6 -3
View File
@@ -5,13 +5,16 @@
* DONE
*/
#include <cstring>
#include <cstdio>
#include "common/goal_constants.h"
#include "kmalloc.h"
#include <cstdio>
#include <cstring>
#include "kprint.h"
#include "kscheme.h"
#include "common/goal_constants.h"
// global and debug kernel heaps
Ptr<kheapinfo> kglobalheap;
Ptr<kheapinfo> kdebugheap;