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 #81

Closed mmstick closed 6 years ago

mmstick commented 6 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.