editorconfig: remove broken config
This doesn't play nice with the prettier linter (Honestly why am I surprised that something made by a web dev is buggy)
This commit is contained in:
parent
01b52dfe14
commit
3a899e78ff
|
@ -2,7 +2,4 @@ root = true
|
|||
|
||||
# Unix-style newlines with a newline ending every file
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
|
Loading…
Reference in New Issue