stable

Clone or download

Read-only

chore: Set Prettier htmlWhitespaceSensitivity to "css"

Implement request #28877 Prettier should not add whitespace in inline HTML No functional change expected. New errors following the change of option have been fixed. Change-Id: I3dfe4417223213d09f71879926d5da00d84c6e5c

Modified Files

Name
M .prettierrc +3 −1 Go to diff View file
M lib/frontend/link-selector/src/renderers/__snapshots__/DropdownContentRenderer.test.ts.snap +0 −12 Go to diff View file
M lib/frontend/link-selector/tests/stubs/TemplatingCallbackStub.ts +1 −4 Go to diff View file
M lib/frontend/list-picker/src/items/ItemsMapManager.test.ts +1 −3 Go to diff View file
M lib/frontend/list-picker/src/items/ListItemMapBuilder.test.ts +1 −3 Go to diff View file
M lib/frontend/list-picker/src/items/ListItemMapBuilder.ts +1 −3 Go to diff View file
M lib/frontend/list-picker/src/renderers/__snapshots__/DropdownContentRenderer.test.ts.snap +0 −22 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/dev-arrows/index-arrows.ts +1 −3 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/checkbox-field/CheckboxField.ts +1 −3 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/date-field/DateField.ts +1 −3 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/file-field/FileField.ts +2 −6 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/permission-field/PermissionField.ts +1 −3 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/footer/FileUploadQuota.ts +1 −3 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/common/FormatSelector.ts +1 −3 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/common/RichTextEditor.ts +1 −3 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/computed-field/ComputedField.ts +2 −7 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/computed-field/__snapshots__/ComputedField.test.ts.snap +0 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/float-field/FloatField.ts +1 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/int-field/IntField.ts +1 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/radio-buttons-field/RadioButtonsField.ts +1 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/string-field/StringField.ts +1 −4 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/FormatHiddenInput.test.ts +3 −5 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/FormatHiddenInput.ts +1 −3 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/PreviewEditButton.ts +1 −3 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/TextArea.ts +1 −3 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/lit-html-adapter.test.ts +12 −44 Go to diff View file