diff --git a/.editorconfig b/.editorconfig index 325648fc..e5626a07 100644 --- a/.editorconfig +++ b/.editorconfig @@ -28,7 +28,7 @@ indent_size = 4 indent_style = tab # Indentation override for all JS under lib directory -[lib/**.js] +[scripts/**.js] indent_style = space indent_size = 2