We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
int foreachContiguous(scope int delegate(scope ref /* ignore this */ Char[] data) @safe @nogc nothrow del) @trusted @nogc nothrow {}
There are two spaces before the comment /* ignore this */ there only needs to be the one.
/* ignore this */
.editorconfig:
root = true [*] charset = utf-8 end_of_line = lf indent_size = 4 indent_style = space insert_final_newline = true max_line_length = 140 tab_width = 4 dfmt_brace_style = otbs dfmt_soft_max_line_length = 120 dfmt_brace_style = otbs dfmt_soft_max_line_length = 120 dfmt_space_after_cast = false dfmt_space_after_keywords = false dfmt_split_operator_at_line_end = true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
int foreachContiguous(scope int delegate(scope ref /* ignore this */ Char[] data) @safe @nogc nothrow del) @trusted @nogc nothrow {}
There are two spaces before the comment
/* ignore this */
there only needs to be the one..editorconfig:
The text was updated successfully, but these errors were encountered: