From 490c2eb5069c513f19429cdfa902796eb2819c2a Mon Sep 17 00:00:00 2001 From: Max Graey Date: Sat, 26 Jan 2019 21:09:53 +0200 Subject: add charset & trim_trailing_whitespace (denoland/deno_std#158) Original: https://github.com/denoland/deno_std/commit/37e3239fc09f3046a6bd17c060b83d02d42f922f --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index d25df65a1..2bdd36acf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,11 +1,14 @@ root = true [*.ts] +charset = utf-8 end_of_line = lf insert_final_newline = true +trim_trailing_whitespace = true indent_style = space indent_size = 2 [*.yml] indent_style = space +trim_trailing_whitespace = true indent_size = 2 -- cgit v1.2.3