| exclude = [ | |
| "src/sta/", | |
| "tmp/", | |
| "third-party/", | |
| ] | |
| ignore = [ | |
| "unbraced-expr", | |
| ] | |
| [style] | |
| indent = 2 | |
| line-length = 100 | |
| indent-namespace-eval = false | |
| spaces-in-braces = true | |
| exclude = [ | |
| "src/sta/", | |
| "tmp/", | |
| "third-party/", | |
| ] | |
| ignore = [ | |
| "unbraced-expr", | |
| ] | |
| [style] | |
| indent = 2 | |
| line-length = 100 | |
| indent-namespace-eval = false | |
| spaces-in-braces = true | |