We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd8c00 commit 740773aCopy full SHA for 740773a
.editorconfig
@@ -9,6 +9,7 @@ trim_trailing_whitespace = true
9
indent_size = 2
10
indent_style = space
11
max_line_length = 100 # Please keep this in sync with bin/lesson_check.py!
12
+trim_trailing_whitespace = false # keep trailing spaces in markdown - 2+ spaces are translated to a hard break (<br/>)
13
14
[*.r]
15
max_line_length = 80
0 commit comments