diff options
author | pommicket <pommicket@gmail.com> | 2025-09-17 00:58:14 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-17 00:58:14 -0400 |
commit | 0f5a0ef4b214cb863219d1ceaf6f88a9658067f1 (patch) | |
tree | 8782e4b32fef1f5af6bbfd9a7032b33862c98d59 | |
parent | 72a54324836f8ca4d102a2e5ba46093f127d8cfa (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 |