chore: set prettier as default for workflow files

This commit is contained in:
Adrian Castro
2024-02-10 09:34:28 +01:00
parent e1ae9136e1
commit 3e6c5147cd

View File

@@ -21,5 +21,8 @@
"typescript.preferences.autoImportFileExcludePatterns": [
// Should import Text from UI components instead
"react-native/Libraries/Text/Text.d.ts"
]
],
"[github-actions-workflow]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}