From d5e4de933d70b8b04c9630609ace744298279598 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 19 Dec 2019 16:16:57 -0500 Subject: [PATCH] eg2020 preso notes Signed-off-by: Bill Erickson --- ang-notes.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ang-notes.adoc b/ang-notes.adoc index aa043ffaf..bf06e8947 100644 --- a/ang-notes.adoc +++ b/ang-notes.adoc @@ -23,3 +23,11 @@ root app page. * Only implement @Input() set functions when absolutely needed. + +* ~/.vimrc option to auto-trim trailing whitespace (ng lint) + +[code,config] +-------------------------------------------------------------------------- +" Strip trailing whitespaces from Typescript files +autocmd BufWritePre *.ts %s/\s\+$//e +-------------------------------------------------------------------------- -- 2.11.0