Skip to content

Commit db555e6

Browse files
authored
Merge pull request #842 from RcppCore/feature/cleanup
Feature/cleanup
2 parents c91d78a + a2f434d commit db555e6

File tree

4 files changed

+27
-88
lines changed

4 files changed

+27
-88
lines changed

.clang_format

Lines changed: 0 additions & 66 deletions
This file was deleted.

.dir-locals.el

Lines changed: 0 additions & 22 deletions
This file was deleted.

.editorconfig

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
# Matches multiple files with brace expansion notation
13+
# 4 space indentation
14+
[*.{c,cpp,h,hpp,R,r}]
15+
indent_style = space
16+
indent_size = 4
17+
18+
# Tab indentation (no size specified)
19+
[Makefile]
20+
indent_style = tab
21+

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2018-04-02 Dirk Eddelbuettel <[email protected]>
2+
3+
* .editorconfig: Added support for editorconfig.org
4+
* .clang_format: Removed
5+
* .dir-locals.el: Removed
6+
17
2018-03-31 Dirk Eddelbuettel <[email protected]>
28

39
* inst/include/Rcpp/sprintf.h (Rcpp): Remove parens [gcc8 warning]

0 commit comments

Comments
 (0)