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 | 278030b6ed5ce0435b77649ba686fcd5106a3c14 (patch) | |
tree | 6e4280f6b437164d770c84ab3c3d43805fc76782 /.editerconfig | |
parent | a1669d8fba4af9b4869d721d4e1f3e52c0809f4f (diff) | |
download | crupest-278030b6ed5ce0435b77649ba686fcd5106a3c14.tar.gz crupest-278030b6ed5ce0435b77649ba686fcd5106a3c14.tar.bz2 crupest-278030b6ed5ce0435b77649ba686fcd5106a3c14.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 + |