[lint] Update editorconfig linting:
- Add settings for comments. - Remove custom settings that don’t work. - Fix vendor JS file:
This commit is contained in:
parent
5c5fc98118
commit
fa79070b59
3 changed files with 8 additions and 3 deletions
|
@ -12,6 +12,11 @@ indent_style = space
|
|||
insert_final_newline = true
|
||||
max_line_length = 100
|
||||
|
||||
# C-style doc comments
|
||||
block_comment_start = /*
|
||||
block_comment = *
|
||||
block_comment_end = */
|
||||
|
||||
[{bw-dev,fr-dev,LICENSE}]
|
||||
max_line_length = off
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue