diff options
| author | 2024-10-24 14:47:35 -0400 | |
|---|---|---|
| committer | 2024-10-24 14:47:35 -0400 | |
| commit | e6b1631d27f9fe54f3cdd3d7ee1e65d726927e3c (patch) | |
| tree | 188853796d25d53c1dbf1296ab29d18bfa7613b3 /.editorconfig | |
| parent | f85bfe4cfdc6b03ff66a874d4d1028e291bccda4 (diff) | |
| download | cetris-e6b1631d27f9fe54f3cdd3d7ee1e65d726927e3c.tar.gz cetris-e6b1631d27f9fe54f3cdd3d7ee1e65d726927e3c.tar.bz2 cetris-e6b1631d27f9fe54f3cdd3d7ee1e65d726927e3c.zip | |
consistent formatting plus cleanup
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1f473a9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[/.git/**] +max_line_length = unset + +[*] +indent_style = space +indent_size = 2 +tab_width = 2 +end_of_line = lf +trim_trailing_whitespace = true |