From 2d3c8e8e4481771de2e4feeb9b5ef96f6d162232 Mon Sep 17 00:00:00 2001 From: Jeff Kenney Date: Fri, 27 Jan 2017 09:35:34 -0800 Subject: [PATCH] yargs: add .editorconfig --- yargs/.editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 yargs/.editorconfig diff --git a/yargs/.editorconfig b/yargs/.editorconfig new file mode 100644 index 0000000000..db9b917e06 --- /dev/null +++ b/yargs/.editorconfig @@ -0,0 +1,5 @@ +[*.ts] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8