We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf64cc commit 312a88bCopy full SHA for 312a88b
.prettierignore
@@ -17,3 +17,7 @@ vendor
17
# 2. some tests fail cause they depend on some sources being exactly as they are
18
examples
19
!test/examples
20
+
21
+# Test fixtures include compiled/generated files with sourcemaps
22
+# Formatting them breaks the sourcemaps
23
+test/fixtures
0 commit comments