1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

feat(challenges): add ascii-art

This commit is contained in:
Divlo
2022-05-01 20:07:35 +02:00
parent 173c32d6f2
commit 19d3d407ca
17 changed files with 150 additions and 4 deletions

View File

@ -14,6 +14,6 @@ insert_final_newline = true
indent_size = 4
[*.txt]
indent_size = 1
trim_trailing_whitespace = false
insert_final_newline = false
indent_size = unset
trim_trailing_whitespace = unset
insert_final_newline = unset