Skip to content

Commit 4b0a2c2

Browse files
committed
Add prettier files.
1 parent adb79d4 commit 4b0a2c2

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.prettierignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*.md
2+
*.php
3+
composer.lock
4+
cpresources/*
5+
src/templates/*
6+
src/web/assets/**/dist/*
7+
tests/_craft/*
8+
vendor/*

.prettierrc.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"singleQuote": true,
3+
"bracketSpacing": false,
4+
"vueIndentScriptAndStyle": true
5+
}

0 commit comments

Comments
 (0)