diff options
| author | Tom Carrick <tom@carrick.eu> | 2026-04-18 14:12:44 +0300 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-04-18 15:46:37 +0300 |
| commit | 4a6f797e480ff918cad7a93a331e48b45df091dc (patch) | |
| tree | 285098aa2ade74af8631cf0dd3a529ce74f91707 /.editorconfig | |
| parent | ed79c5959add54b6e8ea589ec601e0d2e801517e (diff) | |
Refs #35007 -- Added biome to lint and format CSS files.
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig index f5a029187c..e25596d077 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,13 +19,13 @@ max_line_length = 88 indent_size = 2 [**/admin/js/vendor/**] -indent_style = ignore -indent_size = ignore +indent_style = unset +indent_size = unset # Minified JavaScript files shouldn't be changed [**.min.js] -indent_style = ignore -insert_final_newline = ignore +indent_style = unset +insert_final_newline = unset # Makefiles always use tabs for indentation [Makefile] |
