Skip to content

Commit

Permalink
Merge ace4b81 into 6d926f3
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Mar 6, 2020
2 parents 6d926f3 + ace4b81 commit 3461494
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ root = true
indent_style = space
indent_size = 4
insert_final_newline = true
# comment style for lint
# C-style doc comments
block_comment_start = /*
block_comment = *
block_comment_end = */
line_comment = //

[{Makefile,GNUmakefile}]
indent_style = tab
Expand Down Expand Up @@ -51,11 +57,3 @@ indent_size = 2

[*.code-workspace]
indent_style = tab

# comment style for lint
[*]
# C-style doc comments
block_comment_start = /*
block_comment = *
block_comment_end = */
line_comment = //

0 comments on commit 3461494

Please sign in to comment.