Revision d1ef7e89ad76cfda914cef44b0511ff784293da9 authored by Vilmantas on 23 July 2018, 08:09:14 UTC, committed by Jakob Richter on 23 July 2018, 08:09:14 UTC
Replaces `knit_hook` with `collapse = TRUE`. Solves #2388
1 parent 929a4db
Raw File
.editorconfig
# See http://editorconfig.org
root = true

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

[*.{r,R}]
indent_size = 2

[*.{c,h}]
indent_size = 4

[*.{cpp,hpp}]
indent_size = 4

[{NEWS,DESCRIPTION,LICENSE}]
max_line_length = 80
back to top