Skip to content

Commit

Permalink
add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jul 24, 2021
1 parent 5dd3ad4 commit 1100897
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ local
^docs
^docs-src
^\.github
^\.editorconfig
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

# Matches multiple files with brace expansion notation
# 4 space indentation
[*.{c,cpp,h,hpp,R,r}]
indent_style = space
indent_size = 4

# Tab indentation (no size specified)
[Makefile]
indent_style = tab

6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
2021-07-24 Dirk Eddelbuettel <edd@debian.org>

* tests/simpleTests.R: Slightly extended
* R/test.R (test): Minor tweak

* vignettes/littler-faq.Rmd (vignette): Update one URL
* vignettes/littler-faq.html: Re-rendered
* vignettes/littler-examples.html: Idem

* .editorconfig: Added
* .Rbuildignore: Added .editorconfig

2021-07-21 Dirk Eddelbuettel <edd@debian.org>

* inst/NEWS.Rd: Added entries for several changes since last release
Expand Down

0 comments on commit 1100897

Please sign in to comment.