diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-27 08:02:11 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-27 08:02:11 +0000 |
commit | 18bb386d69a86df0d20e685fabdee873c7d10979 (patch) | |
tree | 161289606af608d6e9ea2b402bb7d0e387f428c1 /.editorconfig | |
parent | 129fca876d1efb7b238e277fc82c6589d52ac016 (diff) | |
parent | b8a0e71403e00cdce59f86c576cdfc68a76b7f10 (diff) | |
download | 1989-dawn-of-freedom-18bb386d69a86df0d20e685fabdee873c7d10979.tar.gz |
Merge branch 'work-in-progress' of https://github.com/iainp5/1989-Dawn-of-Freedom into work-in-progress
Tor updates for constants
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 |