diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-20 15:14:15 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-20 15:14:15 +0000 |
| commit | f5025a42636f75a4e1c519f97ad62920c30278ba (patch) | |
| tree | 8a1216c52609c7ce053920c766b8027b1e7e04cb /.editorconfig | |
| parent | 3f91a121b33151cd466de930d0e68bdf87f4d19e (diff) | |
Dockerise application
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 581917f..4e5b992 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ root = true end_of_line = lf insert_final_newline = true -[app/**.*js] +[app/**/*] charset = utf-8 indent_style = space indent_size = 4 |
