diff options
author | B. Bergeron <[email protected]> | 2025-07-16 00:17:00 -0400 |
---|---|---|
committer | B. Bergeron <[email protected]> | 2025-07-16 00:17:00 -0400 |
commit | 4addcd2a4163f0767ec1ed696ac7eae49d55c8ff (patch) | |
tree | ef6de2ca3c851fa41c51ba0e85b5f8c1bb71347b /.editorconfig |
Initial commit
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 |