adventofcode/.editorconfig
trim_trailing_whitespace=truew is not an acceptable value. strconv.ParseBool: parsing "truew": invalid syntax

12 Zeilen
162 B
INI

root = true
[*]
indent_size = 4
indent_style = space
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = truew
[Makefile]
indent_style = tab