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 | f7cb6485036ce8b4386412286d75337bd03e4a19 (patch) | |
tree | c8a68978930114218a01fa52678a2b38fb23d528 /.editorconfig | |
parent | 278030b6ed5ce0435b77649ba686fcd5106a3c14 (diff) | |
download | crupest-f7cb6485036ce8b4386412286d75337bd03e4a19.tar.gz crupest-f7cb6485036ce8b4386412286d75337bd03e4a19.tar.bz2 crupest-f7cb6485036ce8b4386412286d75337bd03e4a19.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 + |