mirror of
https://github.com/open-goal/jak-project
synced 2026-06-22 17:13:01 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -32,12 +32,12 @@
|
||||
|
||||
#include "diff.h"
|
||||
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <ostream>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
||||
namespace {
|
||||
enum EditType { kMatch, kAdd, kRemove, kReplace };
|
||||
|
||||
Reference in New Issue
Block a user