NorbiPeti
aed7864a15
The previous implementation didn't consider tbe case when the last player in the list doesn't have a nickname, leaving an empty "always match" part which messed up the formatting @FigyTuna Also added editorconfig for GitHub formatting
19 lines
250 B
INI
19 lines
250 B
INI
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = false
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.json]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.java]
|
|
indent_style = tab
|
|
tab_width = 4
|
|
|
|
[{*.yml, *.yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|