Skip to content

Instantly share code, notes, and snippets.

@wakemaster39
wakemaster39 / nitpick.toml
Last active May 18, 2022 14:08
nitpick configuration for python
[".editorconfig"]
root = true
[".editorconfig"."*"]
indent_style = "space"
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = "lf"
charset = "utf-8"