mirror of
https://github.com/tcgdex/compiler.git
synced 2025-04-22 18:52:08 +00:00
* Trying to understand github object Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Fixed Workflow Signed-off-by: Avior <florian.bouillon@delta-wings.net> * some more tests Signed-off-by: Avior <florian.bouillon@delta-wings.net>
13 lines
175 B
INI
13 lines
175 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.yaml]
|
|
indent_size = 2
|
|
indent_style = space
|