diff --git a/.editorconfig b/.editorconfig index 6c0880f2d..bb46e5892 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ max_line_length = 80 [**.{js,jsx,ts,tsx}] indent_size = 2 -[**.{yml,yaml}] +[**.{yml,yaml,publicodes}] # Spaces are mandatory for yaml files: indent_style = space indent_size = 2