diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-23 08:51:45 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-23 08:51:45 +0000 |
commit | a35b49e654f2ad82c14855b3c36195c2c2e26d10 (patch) | |
tree | 0f56a45c62741907a2ac9dbbe315e025af2dcd7c /.editorconfig | |
parent | dd4ef001caac00050d00f8ae1dfa87da9e95eb7c (diff) | |
parent | db464d9b4adb87cd4316f59058b6b70f61fbeaa3 (diff) | |
download | 1989-dawn-of-freedom-a35b49e654f2ad82c14855b3c36195c2c2e26d10.tar.gz |
Merge branch 'work-in-progress'
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5f2605e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*.js] +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true +end_of_line = lf |