Skip to content

Commit

Permalink
Gutenberg Plugin: Updated .editorconfig files to work with automati…
Browse files Browse the repository at this point in the history
…c file formatting (#30794)

* Gutenberg Plugin: Updated `.editorconfig` files to work with automatic file formatting

* Update CHANGELOG.md
  • Loading branch information
gziolo committed Apr 13, 2021
1 parent af1950d commit e410a58
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

[*.yml]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

[*.{gradle,java,kt}]
indent_style = space

Expand Down
4 changes: 4 additions & 0 deletions packages/create-block/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Enhancement

- Updated `.editorconfig` template files to work with automatic file formatting ([#30794](https://github.com/WordPress/gutenberg/pull/30794)).

## 2.2.0 (2021-04-06)

### Enhancement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,3 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

[*.yml]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,3 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

[*.yml]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

0 comments on commit e410a58

Please sign in to comment.