Skip to content

Commit

Permalink
Remove eclint_ prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored and otsch committed Oct 22, 2023
1 parent 72cf620 commit 99a8a6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
eclint_block_comment_start = /*
eclint_block_comment = *
eclint_block_comment_end = */
block_comment_start = /**
block_comment = *
block_comment_end = */

[*.md]
indent_size = 2
Expand Down

0 comments on commit 99a8a6a

Please sign in to comment.