comparison src/main.cc @ 413:192da585a0a8 default tip

*: fix formatting the clang-format file was broken andjust using LLVM defaults. now it's fixed and is more in line with what I actually prefer my code to look like -- esp. with regards to tabulators
author Paper <paper@tflc.us>
date Sat, 25 Jul 2026 14:54:32 -0400
parents 811697ad826a
children
comparison
equal deleted inserted replaced
412:05aed03e0111 413:192da585a0a8
1 #include "core/anime.h" 1 #include "core/anime.h"
2 #include "core/anime_db.h" 2 #include "core/anime_db.h"
3 #include "core/date.h" 3 #include "core/date.h"
4 #include "core/http.h"
4 #include "core/session.h" 5 #include "core/session.h"
5 #include "core/http.h"
6 #include "core/strings.h" 6 #include "core/strings.h"
7 #include "gui/window.h" 7 #include "gui/window.h"
8 #include "services/anilist.h" 8 #include "services/anilist.h"
9 9
10 #include <QApplication> 10 #include <QApplication>