Calum Lind a8a4fb69c0 [Lint] Exclude js and css from EOF fixer
- When running pre-commit on all files it is picking up minified js and
  css files. Since prettier will format correctly the source files ignore
  them in end-of-file fixer.
- The template files in web docs can be ignored too.
- Removed the unneeded `pre-commit-hooks` dependency as pre-commit
  resolves that itself.
- Include files fixed by pre-commit.
2018-10-05 18:45:37 +01:00

26 lines
498 B
Plaintext

gtk-theme-name = "DelugeStart"
gtk-icon-theme-name = "Tango"
gtk-fallback-icon-theme = "hicolor"
gtk-alternative-button-order = 1
gtk-alternative-sort-arrows = 1
gtk-auto-mnemonics = 1
gtk-show-input-method-menu = 0
gtk-show-unicode-menu = 0
#gtk-toolbar-icon-size = small-toolbar
gtk-button-images = 0
gtk-menu-images = 1
style "notebook"
{
xthickness = 1
ythickness = 1
}
widget_class "*<GtkNotebook>" style "notebook"
style "user-font"
{
font_name="9"
}
widget_class "*" style "user-font"