diff options
author | crupest <crupest@outlook.com> | 2023-09-22 19:08:58 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-22 19:08:58 +0800 |
commit | 9c3126bbf2ee852f3552b28f86c514ed6379da07 (patch) | |
tree | 6e4280f6b437164d770c84ab3c3d43805fc76782 /.editerconfig | |
parent | b86273c39298d55a783d247e3dee81dd14ae2925 (diff) | |
download | crupest-9c3126bbf2ee852f3552b28f86c514ed6379da07.tar.gz crupest-9c3126bbf2ee852f3552b28f86c514ed6379da07.tar.bz2 crupest-9c3126bbf2ee852f3552b28f86c514ed6379da07.zip |
Update nvim config. Add omnisharp.
Diffstat (limited to '.editerconfig')
-rw-r--r-- | .editerconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.editerconfig b/.editerconfig new file mode 100644 index 0000000..edb912e --- /dev/null +++ b/.editerconfig @@ -0,0 +1,5 @@ +root = true + +[*] +end_of_line = lf + |