diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-03-14 12:49:37 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-03-14 12:49:37 +0300 |
| commit | f7ee812db201ed05e7be6fe47e4bbbda5a1e67e5 (patch) | |
| tree | 01522beeac28b50a3991995adbb91fbd4ee416c4 /.editorconfig | |
| parent | 2f402d598d7b40acb4380b10924d2bcbe864ab27 (diff) | |
update editorconfig
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 119b50a10..2b1a9fb1f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,3 +4,6 @@ insert_final_newline = true [*.php] indent_style = tab + +[*.js] +indent_style = tab |