feat: add uft-8 encoding as default setting
This commit is contained in:
parent
568c039895
commit
fb340ed3fa
3
config.h
3
config.h
|
@ -5,7 +5,8 @@
|
|||
* https://webkitgtk.org/reference/webkit2gtk/stable/class.Settings.html */
|
||||
#define WEBKIT \
|
||||
"enable-back-forward-navigation-gestures", true, "enable-developer-extras", true, \
|
||||
"enable-smooth-scrolling", false
|
||||
"enable-smooth-scrolling", false, \
|
||||
"default-charset", "utf-8"
|
||||
|
||||
#define GTK "gtk-application-prefer-dark-theme", false, "gtk-enable-animations", false
|
||||
#define ROSE_HOMEPAGE false
|
||||
|
|
3
makefile
3
makefile
|
@ -96,5 +96,4 @@ clean:
|
|||
rm $(CACHE_DIR)
|
||||
|
||||
format: $(SRC) $(PLUGS)
|
||||
$(FORMATTER) $(SRC) $(PLUGS)
|
||||
|
||||
$(FORMATTER) $(SRC) $(PLUGS) $(rose.h)
|
||||
|
|
Loading…
Reference in New Issue
Block a user