Remove line ending editorconfig file

This is normalized by git and ends up causing git status to show files that don't actually need to be committed after line ending normalization.
This commit is contained in:
Daniel Imms
2025-12-24 04:18:31 -08:00
committed by GitHub
parent 269d8c20ae
commit d4fd96639f
-1
View File
@@ -5,7 +5,6 @@ indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
[*.{j,t}s]
max_line_length = 100