diff options
| author | Matthew Hall <hallmatthew314@gmail.com> | 2022-08-29 17:53:29 +1200 |
|---|---|---|
| committer | Matthew Hall <hallmatthew314@gmail.com> | 2022-08-29 17:53:29 +1200 |
| commit | 3ec262b17620424d0e1c7b9411f6757c609238f6 (patch) | |
| tree | 803ac267b4c1707ca717213395dbb4c34372ebcf /.editorconfig | |
Initial commit
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..163eb75 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*.cr] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true |
