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
7c5f3c9616
commit
e906518fc4
1 changed files with 0 additions and 3 deletions
|
@ -2,7 +2,4 @@ root = true
|
||||||
|
|
||||||
# Unix-style newlines with a newline ending every file
|
# Unix-style newlines with a newline ending every file
|
||||||
[*]
|
[*]
|
||||||
end_of_line = lf
|
|
||||||
insert_final_newline = true
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue