chore(git): format with new lines at eof

This commit is contained in:
Jeremy Attali 2021-02-15 13:59:29 -05:00
parent 5bcffdbb01
commit 6bfb36734c
8 changed files with 8 additions and 8 deletions

View File

@ -3,4 +3,4 @@ BasedOnStyle: Google
IndentWidth: 2
DerivePointerAlignment: false
PointerAlignment: Right
PointerAlignment: Right

View File

@ -56,4 +56,4 @@ void stroke_size_increase_handler(GtkWidget *widget,
void text_size_decrease_handler(GtkWidget *widget, struct swappy_state *state);
void text_size_reset_handler(GtkWidget *widget, struct swappy_state *state);
void text_size_increase_handler(GtkWidget *widget, struct swappy_state *state);
void text_size_increase_handler(GtkWidget *widget, struct swappy_state *state);

View File

@ -2,4 +2,4 @@
#include "swappy.h"
bool clipboard_copy_drawing_area_to_selection(struct swappy_state *state);
bool clipboard_copy_drawing_area_to_selection(struct swappy_state *state);

View File

@ -2,4 +2,4 @@
#include "swappy.h"
void render_state(struct swappy_state *state);
void render_state(struct swappy_state *state);

View File

@ -9,4 +9,4 @@ install_subdir('icons',
swappy_resources = gnome.compile_resources('swappy',
'swappy.gresource.xml'
)
)

View File

@ -4,4 +4,4 @@
<file>style/swappy.css</file>
<file>swappy.glade</file>
</gresource>
</gresources>
</gresources>

View File

@ -87,4 +87,4 @@ bool clipboard_copy_drawing_area_to_selection(struct swappy_state *state) {
g_object_unref(pixbuf);
return true;
}
}

View File

@ -1 +1 @@
res/swappy.glade
res/swappy.glade