Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 399 Bytes

CODESTYLE.md

File metadata and controls

25 lines (22 loc) · 399 Bytes

#include group order

// std
#include <algorithm>
#include <memory>
#include <optional>
#include <set>
#include <stdexcept>
#include <unordered_map>
#include <vector>

// vcpkg
#include <blake2.h>
#include <boost/...>
#include <fmt/...>
#include <gtest/...>
#include <jam_crust.h>
#include <qtils/...>
#include <scale/...>

// project
#include <jam/...>
#include <test-vectors/...>