We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 474796c + 98c68b7 commit 728c22aCopy full SHA for 728c22a
1 file changed
.editorconfig
@@ -8,8 +8,12 @@ trim_trailing_whitespace = true
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
-trim_trailing_whitespace = false # keep trailing spaces in markdown - 2+ spaces are translated to a hard break (<br/>)
+
+# Please keep this in sync with bin/lesson_check.py!
13
+max_line_length = 100
14
15
+# keep trailing spaces in markdown - 2+ spaces are translated to a hard break (<br/>)
16
+trim_trailing_whitespace = false
17
18
[*.r]
19
max_line_length = 80
0 commit comments