diff options
author | bd <bdunahu@operationnull.com> | 2025-05-19 16:45:33 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-19 16:45:33 -0400 |
commit | 3297ba2f333088fe3d8b7b7e0b76cd14b475bcaf (patch) | |
tree | a657ffc4ef654e5dc895cecc1245306abc617e85 /.editorconfig |
initial commit
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f28239b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*] +charset = utf-8 |