diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2024-03-10 16:23:07 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2024-03-10 16:23:07 -0400 |
| commit | 367fe51e7e1c55e39299e2e667ca4f399a474019 (patch) | |
| tree | 7529a1ba2f758a54e2bca845af36536e637545ed /.editorconfig | |
| parent | b95a2af981c903489631d7a9a3aa04cab8b18c5a (diff) | |
cleanup
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..90817de --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +indent_style = tab +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true |
