mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
Apply "clang-format" preferences globally
This commit is contained in:
parent
d841aeeecd
commit
b85ba99980
64 changed files with 1868 additions and 2678 deletions
7
config.h
7
config.h
|
@ -1,9 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <fcft/fcft.h>
|
||||
#include "yml.h"
|
||||
#include "bar/bar.h"
|
||||
#include "font-shaping.h"
|
||||
#include "yml.h"
|
||||
#include <fcft/fcft.h>
|
||||
|
||||
struct bar;
|
||||
struct particle;
|
||||
|
@ -25,6 +25,5 @@ struct conf_inherit {
|
|||
pixman_color_t foreground;
|
||||
};
|
||||
|
||||
struct particle *conf_to_particle(
|
||||
const struct yml_node *node, struct conf_inherit inherited);
|
||||
struct particle *conf_to_particle(const struct yml_node *node, struct conf_inherit inherited);
|
||||
struct deco *conf_to_deco(const struct yml_node *node);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue