Skip to content

Commit 03b5763

Browse files
committed
refactor: prettier code formatting
1 parent 60acfa1 commit 03b5763

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
I'm the hidden atom
1+
I'm the hidden atom
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Hello world!
2-
{{subtitle}}
2+
{{subtitle}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Hello world!
1+
Hello world!

packages/engine-twig/lib/engine_twig.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ var engine_twig = {
124124
engineFileExtension: '.twig',
125125

126126
// regexes, stored here so they're only compiled once
127-
findPartialsRE: /{%[-]?\s*(?:extends|include|embed|from|import|use)\s+('[^']+'|"[^"]+").*?%}/g,
127+
findPartialsRE:
128+
/{%[-]?\s*(?:extends|include|embed|from|import|use)\s+('[^']+'|"[^"]+").*?%}/g,
128129
findPartialKeyRE: /"((?:\\.|[^"\\])*)"/,
129130
findListItemsRE:
130131
/({{#( )?)(list(I|i)tems.)(one|two|three|four|five|six|seven|eight|nine|ten|eleven|twelve|thirteen|fourteen|fifteen|sixteen|seventeen|eighteen|nineteen|twenty)( )?}}/g, // TODO

packages/uikit-workshop/src/html/partials/base-template.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
{{# descBlockExists }}
33

44
<div
5-
class="
6-
pl-c-pattern-info__panel pl-c-pattern-info__panel--info
7-
pl-js-pattern-info
8-
"
5+
class="pl-c-pattern-info__panel pl-c-pattern-info__panel--info pl-js-pattern-info"
96
>
107
{{# isPatternView }}
118
<!-- extra info for modal view -->

packages/uikit-workshop/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ module.exports = function (apiConfig) {
120120
options: {
121121
sassOptions: {
122122
sourceMap: config.sourceMaps,
123-
outputStyle: 'expanded'
123+
outputStyle: 'expanded',
124124
},
125125
},
126126
},

0 commit comments

Comments
 (0)