This adds a .clang-tidy file for us. It's not a strict requirement to be compliant, but I tuned it to be alright.
7 lines
No EOL
108 B
C++
7 lines
No EOL
108 B
C++
#pragma once
|
|
|
|
#include "../defines.hpp"
|
|
|
|
namespace NCrashReporter {
|
|
void createAndSaveCrash(int sig);
|
|
}; |