diff options
author | B. Bergeron <[email protected]> | 2025-03-25 01:17:02 -0400 |
---|---|---|
committer | B. Bergeron <[email protected]> | 2025-03-25 02:18:40 -0400 |
commit | 561874f8fa0b0bb3fc04e1e16d8601e53fab1902 (patch) | |
tree | 07b13a4a416796550e78ce9e30743ba3830481b7 /.editorconfig |
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..316e750 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style=tab +charset = utf-8 +trim_trailing_whitespace = true |