Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8 lines (8 sloc)
314 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The width of the terminal output in columns. | |
columns = 80 | |
# Sort languages based on the specified column. | |
sort = "lines" | |
# If set, tokei will only show the languages in `types`. | |
types = ["Python"] | |
# Any doc strings (e.g. `"""hello"""` in python) will be counted as comments. | |
treat_doc_strings_as_comments = true |