mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#include "print_float.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include "common/goal_constants.h"
|
||||
#include "common/util/Assert.h"
|
||||
|
||||
#include "third-party/dragonbox.h"
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "print_float.h"
|
||||
#include "common/goal_constants.h"
|
||||
#include "common/util/Assert.h"
|
||||
|
||||
/*!
|
||||
* Convert a float to a string. The string is _always_ in this format:
|
||||
|
||||
Reference in New Issue
Block a user