mirror of
https://github.com/jlengrand/ktor.git
synced 2026-03-10 08:31:20 +00:00
Fix .editorconfig to append trailing newline
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
[*]
|
||||
charset=utf-8
|
||||
end_of_line=lf
|
||||
insert_final_newline=false
|
||||
insert_final_newline=true
|
||||
indent_style=space
|
||||
indent_size=4
|
||||
|
||||
[{*.json}]
|
||||
indent_style=space
|
||||
[*.json]
|
||||
indent_size=2
|
||||
|
||||
Reference in New Issue
Block a user