Skip to content

Commit 85b1013

Browse files
authored
Normalize line_comments strings to have a trailing space (#263)
Based on the comment style in https://github.com/ruby/rbs/blob/master/README.md, I added a trailing space to the RBS `line_comments` entry for consistency.
1 parent 5309108 commit 85b1013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

languages/rbs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ brackets = [
77
{ start = "{", end = "}", close = true, newline = false },
88
{ start = "[", end = "]", close = true, newline = false },
99
]
10-
line_comments = ["#"]
10+
line_comments = ["# "]
1111
word_characters = ["?", "!"]

0 commit comments

Comments
 (0)