diff options
author | pommicket <pommicket@gmail.com> | 2025-09-17 00:58:44 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-17 00:58:44 -0400 |
commit | 21fe5ab69d31a195d86bf86b9363351f347aa129 (patch) | |
tree | 10eb75a2be36c6d8715c386d3c38e5025dbfeb76 /.editorconfig | |
parent | 966eaa9bf1c3120d3ac55c99f89025a37fdb87a0 (diff) |
Add .editorconfig
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..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 |