diff options
author | pommicket <pommicket@gmail.com> | 2025-09-17 00:58:28 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-17 00:58:28 -0400 |
commit | a01f9798ab0c997c0db21bf8d97acc57eeb598cd (patch) | |
tree | e157b36240fb7d86aab0a9d4bc7fe6fddb42b723 | |
parent | f76f0f253aa56e1893b991e30afa2d3be1e4f39d (diff) |
Add .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..03ba509 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +# https://editorconfig.org + +[**] +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 |