add eol files

This commit is contained in:
silverwind 2023-09-19 20:41:12 +02:00
parent 09e3c87a82
commit 285be7da2c
Signed by: silverwind
GPG Key ID: 2E62B41C93869443
3 changed files with 10 additions and 0 deletions

@ -15,3 +15,9 @@ indent_size = 2
[tabs.js]
indent_style = tab
[eol-lf.js]
end_of_line = lf
[eol-crlf.js]
end_of_line = crlf

2
eol-crlf.js Normal file

@ -0,0 +1,2 @@
a = 1
b = 2

2
eol-lf.js Normal file

@ -0,0 +1,2 @@
a = 1
b = 2