- Bookmark toolbar Chrome behaviour: display only on new tab (kinda...)
- Remove extra space on top left before tabs when Firefox isn't full screen
- Do not show title bar (looks bulky in ubuntu)
- Do not hide tab bar in full screen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[pytest] | |
addopts = --doctest-modules | |
doctest_optionflags= NORMALIZE_WHITESPACE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# Auto-generate documentation via terraform-docs. | |
# https://github.com/segmentio/terraform-docs | |
# | |
# This hooks is based on a dockerized version which extends the original program | |
# by allowing to replace only part of a README file, instead of a full overwrite. | |
# https://github.com/cytopia/docker-terraform-docs | |
# Exit on error. |