aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-20 15:14:15 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-20 15:14:15 +0000
commitf5025a42636f75a4e1c519f97ad62920c30278ba (patch)
tree8a1216c52609c7ce053920c766b8027b1e7e04cb /.editorconfig
parent3f91a121b33151cd466de930d0e68bdf87f4d19e (diff)
Dockerise application
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
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