We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In .cc files, put:
.cc
Separate the blocks by vspace, and alphabetize within each block. For example, for a file foo.cc in my-package:
foo.cc
my-package
#include "my-package/foo.h" #include <memory> #include <pthread.h> #include <string> #include <Eigen/Core> #include <epipolar-matching/matcher.h> #include <glog/logging.h> #include <vi-map/map.h> #include "my-package/bar.h" #include "my-package/baz.h"
Header file includes should follow the same structure.