Skip to content

Commit 728c22a

Browse files
authored
Merge pull request #568 from btovar/editorconfig_comments
move .editorconfig comments one line above
2 parents 474796c + 98c68b7 commit 728c22a

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)