From 21db84fc5eca8df76d0fd32464d64f39a62c08ae Mon Sep 17 00:00:00 2001
From: Dorchies David <david.dorchies@irstea.fr>
Date: Tue, 1 Dec 2020 11:42:12 +0100
Subject: [PATCH] refactor: update airGR.Rproj

- Configure to automatically remove trailing spaces and let only one empty line at the end of the files
---
 airGR.Rproj | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/airGR.Rproj b/airGR.Rproj
index b1ded457..398aa143 100644
--- a/airGR.Rproj
+++ b/airGR.Rproj
@@ -12,6 +12,9 @@ Encoding: UTF-8
 RnwWeave: knitr
 LaTeX: pdfLaTeX
 
+AutoAppendNewline: Yes
+StripTrailingWhitespace: Yes
+
 BuildType: Package
 PackageUseDevtools: Yes
 PackageInstallArgs: --no-multiarch --with-keep.source
-- 
GitLab