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
+13 -15
View File
@@ -1,24 +1,22 @@
// https://github.com/google/googletest/blob/master/googletest/docs/advanced.md#value-parameterized-tests
#include <thread>
#include <chrono>
#include "gtest/gtest.h"
#include "game/runtime.h"
#include "goalc/listener/Listener.h"
#include "goalc/compiler/Compiler.h"
#include "inja.hpp"
#include "third-party/json.hpp"
#include "test/goalc/framework/test_runner.h"
#include <iostream>
#include <string>
#include <cstdio>
#include <sstream>
#include <iostream>
#include <random>
#include <sstream>
#include <string>
#include <thread>
#include "inja.hpp"
#include "game/runtime.h"
#include "goalc/compiler/Compiler.h"
#include "goalc/listener/Listener.h"
#include "gtest/gtest.h"
#include "test/goalc/framework/test_runner.h"
#include "third-party/json.hpp"
// --------
// This is a very over-engineered integer test, but it serves as a decent example of how to use the