mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 06:31:57 -07:00
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
108 B
C++
7 lines
108 B
C++
#pragma once
|
|
|
|
#include "../defines.hpp"
|
|
|
|
namespace NCrashReporter {
|
|
void createAndSaveCrash(int sig);
|
|
}; |