mirror of
https://github.com/hyprwm/Hyprland
synced 2025-04-13 19:58:02 +02: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.
8 lines
No EOL
105 B
C++
8 lines
No EOL
105 B
C++
#pragma once
|
|
|
|
#include "../defines.hpp"
|
|
|
|
namespace NInit {
|
|
bool isSudo();
|
|
void gainRealTime();
|
|
}; |