Chillar Anand | 915b343 | 2021-09-02 16:44:59 +0530 | [diff] [blame] | 1 | [tool.black] |
2 | line-length = 99 | ||||
3 | |||||
4 | [tool.isort] | ||||
5 | line_length = 99 | ||||
6 | multi_line_output = 3 | ||||
7 | include_trailing_comma = true | ||||
8 | force_grid_wrap = 0 | ||||
9 | use_parentheses = true | ||||
10 | ensure_newline_before_comments = true | ||||
11 | indent = "\t" |