feat: skip config creation if one already found (#110)

This commit introduces mechanism that'll check for common configuration file locations and respects the original file.
This commit is contained in:
Ismo Vuorinen
2023-10-25 23:09:15 +03:00
committed by GitHub
parent 56362dad96
commit 9beafec486
22 changed files with 114 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
[*.md]
max_line_length = off