Created
November 27, 2021 01:11
-
-
Save dominikwilkowski/72077d85b3ee1ff637c6741ca877f6ec to your computer and use it in GitHub Desktop.
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
blank_lines_upper_bound = 2 | |
max_width = 120 | |
control_brace_style = "ClosingNextLine" | |
format_code_in_doc_comments = true | |
imports_layout = "HorizontalVertical" | |
match_block_trailing_comma = true | |
newline_style = "Unix" | |
report_fixme = "Always" | |
report_todo = "Unnumbered" | |
hard_tabs = true | |
tab_spaces = 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment