Skip to content

Commit

Permalink
update config files to match gutenberg repository
Browse files Browse the repository at this point in the history
  • Loading branch information
tschortsch committed Nov 19, 2023
1 parent 925c34d commit 80130bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
11 changes: 1 addition & 10 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
> 1%
ie >= 11
last 1 Android versions
last 1 ChromeAndroid versions
last 2 Chrome versions
last 2 Firefox versions
last 2 Safari versions
last 2 iOS versions
last 2 Edge versions
last 2 Opera versions
extends @wordpress/browserslist-config
9 changes: 6 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ trim_trailing_whitespace = true
indent_style = tab
indent_size = 4

[*.yml]
[*.{yml,yaml}]
indent_style = space
indent_size = 2

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

[packages/react-native-*/**.xml]
indent_style = space
3 changes: 3 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Import the default config file and expose it in the project root.
// Useful for editor integrations.
module.exports = require( '@wordpress/prettier-config' );

0 comments on commit 80130bf

Please sign in to comment.