fix: restore newlines with updated editorconfig
parent
b3c738fc53
commit
687130d030
|
@ -4,6 +4,10 @@
|
||||||
# This is the terminal .editorconfig in this repository.
|
# This is the terminal .editorconfig in this repository.
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*.yml]
|
[*]
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[Makefile]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
|
|
@ -279,4 +279,4 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"labels": []
|
"labels": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -173,4 +173,4 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"labels": []
|
"labels": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -171,4 +171,4 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"labels": []
|
"labels": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -279,4 +279,4 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"labels": []
|
"labels": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,4 +54,4 @@
|
||||||
"description": "desc"
|
"description": "desc"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -70,4 +70,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -61,4 +61,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -86,4 +86,4 @@
|
||||||
"shadeBelow": false,
|
"shadeBelow": false,
|
||||||
"hoverDimension": "y"
|
"hoverDimension": "y"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue