File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 1+ 2018-04-02 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * .editorconfig: Added support for editorconfig.org
4+ * .clang_format: Removed
5+ * .dir-locals.el: Removed
6+
172018-03-31 Dirk Eddelbuettel <edd@debian.org>
28
39 * inst/include/Rcpp/sprintf.h (Rcpp): Remove parens [gcc8 warning]
You can’t perform that action at this time.
0 commit comments