vertexclique / tokamak

Fusion Reactor for Rust - Atom Rust IDE
https://vertexclique.github.io/tokamak/
MIT License
399 stars 13 forks source link

Don't Hard Code Tab Lengths #80

Closed mmstick closed 7 years ago

mmstick commented 7 years ago

A package should never enforce a tab length that ignores what the user has defined. In addition, a tab length of 2 violates Rust formatting standards.

Closes #69

vertexclique commented 7 years ago

Can you open this against develop?