tokei/tokei.example.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
314 B
TOML
Raw Normal View History

2020-05-19 16:14:33 +00:00
# The width of the terminal output in columns.
2019-01-10 09:53:24 +00:00
columns = 80
# Sort languages based on the specified column.
sort = "lines"
2020-05-19 16:14:33 +00:00
# If set, tokei will only show the languages in `types`.
2019-01-10 09:53:24 +00:00
types = ["Python"]
2020-05-19 16:14:33 +00:00
# Any doc strings (e.g. `"""hello"""` in python) will be counted as comments.
2019-01-10 09:53:24 +00:00
treat_doc_strings_as_comments = true