diff options
author | Xander <xandersmith2008@gmail.com> | 2022-08-30 16:53:16 +0100 |
---|---|---|
committer | Xander <xandersmith2008@gmail.com> | 2022-08-30 16:53:16 +0100 |
commit | d643a44c866504a642f9de0055417a82585d96e5 (patch) | |
tree | 199113aaa8b3dfb3c4c3191991c1501673e8da10 /.editorconfig | |
download | YetAnotherConfigLib-d643a44c866504a642f9de0055417a82585d96e5.tar.gz YetAnotherConfigLib-d643a44c866504a642f9de0055417a82585d96e5.tar.bz2 YetAnotherConfigLib-d643a44c866504a642f9de0055417a82585d96e5.zip |
Initial commit
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..9029500 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true
\ No newline at end of file |