projects
/
rnaseq-cwl-training.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Reverted change of permissiveness on lesson_check
[rnaseq-cwl-training.git]
/
.editorconfig
1
root = true
2
3
[*]
4
charset = utf-8
5
insert_final_newline = true
6
trim_trailing_whitespace = true
7
8
[*.md]
9
indent_size = 2
10
indent_style = space
11
max_line_length = 100 # Please keep this in sync with bin/lesson_check.py!
12
13
[*.r]
14
max_line_length = 80
15
16
[*.py]
17
indent_size = 4
18
indent_style = space
19
max_line_length = 79
20
21
[*.sh]
22
end_of_line = lf
23
24
[Makefile]
25
indent_style = tab