diff options
author | crupest <crupest@outlook.com> | 2023-09-22 20:12:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-22 20:12:47 +0800 |
commit | 22e2db425b551e2fe71ec47659ac6c190e803049 (patch) | |
tree | c8a68978930114218a01fa52678a2b38fb23d528 /.editorconfig | |
parent | 9c3126bbf2ee852f3552b28f86c514ed6379da07 (diff) | |
download | crupest-22e2db425b551e2fe71ec47659ac6c190e803049.tar.gz crupest-22e2db425b551e2fe71ec47659ac6c190e803049.tar.bz2 crupest-22e2db425b551e2fe71ec47659ac6c190e803049.zip |
Fix editorconfig name.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..edb912e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +end_of_line = lf + |