Skip to content

Commit

Permalink
Use TSA style
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed Mar 18, 2024
1 parent 912bb36 commit 18ff7b8
Show file tree
Hide file tree
Showing 4 changed files with 464 additions and 446 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
^LICENSE\.md$
^src/.clang-format$
^\.github$
^.editorconfig$
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
root = true


[*]
charset = utf8
end_of_line = lf
insert_final_newline = true
indent_style = space

[*.{r,R,rmd,Rmd}]
indent_size = 4
trim_trailing_whitespace = true

[*.{cpp,h,hpp}]
indent_size = 2
trim_trailing_whitespace = true

[Makefile]
indent_style = tab
Loading

0 comments on commit 18ff7b8

Please sign in to comment.