fix: restore newlines with updated editorconfig
parent
b3c738fc53
commit
687130d030
|
@ -4,6 +4,10 @@
|
|||
# This is the terminal .editorconfig in this repository.
|
||||
root = true
|
||||
|
||||
[*.yml]
|
||||
[*]
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
|
Loading…
Reference in New Issue