From 5285c1cc79a5c8474d06a376cc702fbd7006c23f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 20 Jan 2018 23:49:22 -0500 Subject: [PATCH] Always trim trailing whitespace --- .editorconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 87315e5..1cdc8c7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,8 +5,11 @@ charset = utf-8 end_of_line = lf insert_final_newline = true indent_size = 4 +indent_style = space +trim_trailing_whitespace = true + +[Makefile] +indent_style = tab [*.cr] -indent_style = space indent_size = 2 -trim_trailing_whitespace = true