mirror of
https://github.com/tauri-apps/deno.git
synced 2026-02-04 02:31:19 +01:00
editorconfig: Don't insert final newline in .out files (#1686)
This commit is contained in:
committed by
Ryan Dahl
parent
79b95341d9
commit
9470f2b0c8
@@ -8,5 +8,9 @@ indent_size = 2
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.out] # make editor neutral to .out files
|
||||
insert_final_newline = false
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.py]
|
||||
indent_size = 4
|
||||
|
||||
Reference in New Issue
Block a user