Skip to content

Commit 98c68b7

Browse files
committed
move .editorconfig comments one line above
If on the same line of the value they describe, then they cause an error in some editors (e.g. nvim)
1 parent 7634022 commit 98c68b7

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.editorconfig

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ trim_trailing_whitespace = true
88
[*.md]
99
indent_size = 2
1010
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/>)
11+
12+
# 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
1317

1418
[*.r]
1519
max_line_length = 80

0 commit comments

Comments
 (0)