-
Notifications
You must be signed in to change notification settings - Fork 464
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Temp * Temp * Update * Temp * Fix track-by * Build fixes * Migration to new flow. * More manual fixes. * Reformat templates. * Fix tests * Improve tests * Revert change.
- Loading branch information
1 parent
75686ef
commit bee3381
Showing
527 changed files
with
26,559 additions
and
26,910 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"plugins": ["squidex-prettier-plugin-organize-attributes"], | ||
"overrides": [ | ||
{ | ||
"files": "*.html", | ||
"options": { | ||
"attributeGroups": ["$ANGULAR"], | ||
"attributeIgnoreChars": "[]()*", | ||
"attributeSort": "ASC", | ||
"parser": "angular", | ||
"printWidth": 140, | ||
"bracketSameLine": true, | ||
"bracketSpacing": true, | ||
"singleAttributePerLine": false, | ||
"tabWidth": 4 | ||
} | ||
} | ||
], | ||
"tabWidth": 4 | ||
} |
This file contains 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
Oops, something went wrong.