diff options
Diffstat (limited to 'ui.qt')
l--------- | ui.qt/.clang-format | 1 | ||||
l--------- | ui.qt/.clang-tidy | 1 | ||||
-rw-r--r-- | ui.qt/.gitignore | 5 |
3 files changed, 2 insertions, 5 deletions
diff --git a/ui.qt/.clang-format b/ui.qt/.clang-format new file mode 120000 index 0000000..9afe8e5 --- /dev/null +++ b/ui.qt/.clang-format @@ -0,0 +1 @@ +../common/c++/.clang-format
\ No newline at end of file diff --git a/ui.qt/.clang-tidy b/ui.qt/.clang-tidy new file mode 120000 index 0000000..d2ba648 --- /dev/null +++ b/ui.qt/.clang-tidy @@ -0,0 +1 @@ +../common/c++/.clang-tidy
\ No newline at end of file diff --git a/ui.qt/.gitignore b/ui.qt/.gitignore deleted file mode 100644 index 5d9d765..0000000 --- a/ui.qt/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -.idea/ -build/ -cache/ -CMakeLists.txt.user -compile_commands.json |