This file contains hidden or 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
| { | |
| "C_Cpp.updateChannel": "Insiders", | |
| "[css]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[html]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" |
This file contains hidden or 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
| # Documentation: https://gatlenculp.github.io/gatlens-opinionated-template/precommit/ | |
| exclude: | | |
| (?x)^( | |
| .*\{\{.*\}\}.*| # Exclude any files with cookiecutter variables | |
| docs/site/.*| # Exclude mkdocs compiled files | |
| \.history/.*| # Exclude history files | |
| .*cache.*/.*| # Exclude cache directories | |
| .*venv.*/.*| # Exclude virtual environment directories | |
| )$ | |
| fail_fast: true |