Skip to content
New issue

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

Rust style guidelines link on README.md is broken #1153

Closed
vinipsmaker opened this issue Sep 6, 2016 · 3 comments
Closed

Rust style guidelines link on README.md is broken #1153

vinipsmaker opened this issue Sep 6, 2016 · 3 comments

Comments

@vinipsmaker
Copy link

No description provided.

@strega-nil
Copy link

it was removed in rust-lang/rust#35124

@vinipsmaker
Copy link
Author

I'm just trying to find out what the default style say about column limit. Could you help me with that?

@strega-nil
Copy link

strega-nil commented Sep 8, 2016

@vinipsmaker There is no default style. There are two styles for Rust which are official-ish, mine (at https://ubsan.github.io/style ), and rustfmt's, which is what you get when you just run rustfmt on your code (there is, unfortunately, no writeup for rustfmt style). Currently, there's a debate going on between 80-line lengths and 100-line lengths (edit: here), generally up to this point the default has been 100-line lengths, with a large contingent of 80-line length people, and a small number of other parties.

@nrc nrc closed this as completed Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants