diff --git a/.editorconfig b/.editorconfig index f04e215a..787d50ea 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,7 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.{js,scss}] +[*.{js,scss,blade.php}] indent_size = 2 [*.{yml,yaml}]