compiler/.editorconfig
Florian Bouillon 20ed7740a3
Updated Action to not upload pull requests (#7)
* 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>
2021-04-23 16:49:28 +02:00

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